Web-application written in ReactJS that interrogates the GitHub API and graphically displays information regarding the lifecycle of an organisations repository.
This project extends upon the CS3021 - GitHub Access Project
To build/run this project locally do the following:
- Clone the repository
- Change src/access-token-SAMPLE.js to your GitHub API key
- Run
npm install
to install node dependencies - Run
npm start
to build locally (localhost:3307) - Run
npm build
to build static deployment package