Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 911 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 911 Bytes

GitHub Metrics

GitHub Metrics is a React application that allows users to input a GitHub username and repository name to view commit messages, commit counts per user, and a file commit history chart.

How to Use

  1. Download Repository: Download the repository to your desktop.
  2. Install Dependencies: In the project directory, run npm install to install the necessary dependencies.
  3. Run the Application: Run npm start to start the application.
  4. View in Browser: Open http://localhost:3000 to view the application in your browser.

Features

  • Input GitHub username and repository name to fetch commit data.
  • Display commit messages with date and time stamps.
  • Show a chart of the number of commits each user has made.
  • Provide a chart showing which files were committed by each user.

Technologies Used

  • React
  • JavaScript
  • CSS
  • GitHub API