An open API service indexing awesome lists of open source software.

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.

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).