A summary of the GitHub profile with charts built using Next.js and the GitHub API.
- Search the GitHub username for a detailed summary
- User info and repos are fetched from the GitHub API
- "Repos per Language" chart showing user's top language by the repo
- "Stars per Repo" chart showing user's most starred repos
- "Commits per Repo" chart showing user's commits count for recent repos
- Show most user's most recent repos
- Next.js
- Chart.js
- GitHub API
- Sass (Scss)
- Install dependencies
yarn
- Start the development server
yarn dev