This application is a demo showcasing how to work with the the Github API in a React Application.
The application displays a searchable list of Github users and allows you to view their repositories and recent activity.
To run the application locally:
- Clone this repository.
cd
into the root directory of the application.- run
npm install
- run
npm start
and then go tohttp://localhost:8080
in your browser.
There are some tests in this project but not as many as I would have liked due to time constraints, to run these run npm run test
in your terminal window.
With regards to the activity stream, for the moment only a few of the 40+ Event Types have been covered, but can be extended to cover more with more time.
To view a running version of the application go to this link: https://quiet-reef-28955.herokuapp.com/
=====================================
TODO:
- Rebuild search functionality to use the Github Search API