https://github.com/ryuuto829/ghprofile-summary
:mag_right: A summary of the GitHub profile with charts built with Next.js and the GitHub API
https://github.com/ryuuto829/ghprofile-summary
chartjs github-api nextjs
Last synced: 11 months ago
JSON representation
:mag_right: A summary of the GitHub profile with charts built with Next.js and the GitHub API
- Host: GitHub
- URL: https://github.com/ryuuto829/ghprofile-summary
- Owner: ryuuto829
- Created: 2021-12-19T13:22:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T09:46:10.000Z (over 3 years ago)
- Last Synced: 2023-03-08T16:28:13.450Z (almost 3 years ago)
- Topics: chartjs, github-api, nextjs
- Language: JavaScript
- Homepage: https://ghprofile-summary.vercel.app
- Size: 4.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GHProfile Summary
A summary of the GitHub profile with charts built using Next.js and the GitHub API.
**https://ghprofile-summary.vercel.app/**

## Features
- 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
## Built with:
- Next.js
- Chart.js
- GitHub API
- Sass (Scss)
## Getting Started
1. Install dependencies
```bash
yarn
```
2. Start the development server
```bash
yarn dev
```