https://github.com/katerinalupacheva/github-api-dashboard
A dashboard of a github account with stats and charts.
https://github.com/katerinalupacheva/github-api-dashboard
dashboard github-api react
Last synced: 5 months ago
JSON representation
A dashboard of a github account with stats and charts.
- Host: GitHub
- URL: https://github.com/katerinalupacheva/github-api-dashboard
- Owner: KaterinaLupacheva
- Created: 2020-02-28T11:07:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T23:49:37.000Z (6 months ago)
- Last Synced: 2025-07-23T04:44:27.545Z (6 months ago)
- Topics: dashboard, github-api, react
- Language: JavaScript
- Homepage: https://github-dashboard.ramonak.io/
- Size: 1.16 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-api-dashboard
A dashboard of a GitHub account with stats and charts.
## Run the app
1. Clone this repo
2. create .env file and add your GitHub personal access token value
3. Run `npm install`
4. Run `npm start`
## Technologies used
- [React.js](https://reactjs.org/)
- [GitHub REST API](https://developer.github.com/v3/)
- [Styled Components](https://styled-components.com/)
- [Victory charts](https://formidable.com/open-source/victory/)
- [React Icons](https://react-icons.netlify.com/#/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).