Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.03 KB

eng-leaderboard

About the application

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.

Project Setup

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/subrotosanyal/eng-leaderboard.git
  2. Navigate into the project directory:
    cd eng-leaderboard
  3. Install dependencies:
    npm install

Available Scripts

  • Start the development server:
    npm start
  • Build the project for production:
    npm run build
  • Run tests:
    npm test

Technologies Used

  • TypeScript
  • JavaScript
  • React
  • npm