QuickGit or the Github Analyser is a tool developed to quickly analyse and visualize the metrics of a user's github profile. It provides a simple representation of analysation of large amount of data from a user's profile in a concise way.
- Provides activity data like contributions, activitiy percentage, repositories etc
- Can view personal detials like company, bio etc
- Visual representations of the three most used languages throughout the profile with two largest github repositories as highlights
- Displays a quick view of all the repositories and its stars and languages in a quick view
- https://docs.github.com/en/rest/users/users?apiVersion=2022-11-28#get-a-user (for both user details and repositories)
- https://docs.github.com/en/rest/activity/events?apiVersion=2022-11-28#list-public-events-for-a-user (for events)
- https://github-contributions-api.deno.dev/ (for contributions and activity)
React with MUI Material UI
https://angelinereetua.github.io/github-analyser/
- Clone the repository
- Run the following in terminal
npm install
npm run dev