Skip to content

GitHub Metrics is a web application built with React that aims to provide insightful metrics for GitHub repositories. It allows users to explore commit messages, analyze commit activity, and visualize file-level contributions.

Notifications You must be signed in to change notification settings

aresemaworkneh/GitHub-Insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Metrics is a web application built with React that aims to provide insightful metrics for GitHub repositories. It allows users to explore commit messages, analyze commit activity, and visualize file-level contributions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published