The eng-leaderboard application is designed to track and display the performance of engineers based on their contributions to a project. It fetches data from JIRA, processes it, and generates a leaderboard that ranks engineers by their story points, tickets closed, and other metrics. This helps teams to visualize and recognize the efforts of individual engineers and improve overall productivity.
- Clone the repository:
git clone https://github.com/subrotosanyal/eng-leaderboard.git
- Navigate into the project directory:
cd eng-leaderboard
- Install dependencies:
npm install
- Start the development server:
npm start
- Build the project for production:
npm run build
- Run tests:
npm test
- TypeScript
- JavaScript
- React
- npm