summary : A React project which consumes githubAPI.
Generel Description: This project is created using create-react-app. As the title says this is a react application which consumes data from Github API.
Features :-
- List of Users based in bangalore
- Pagination across multiple results
- Search
Steps to run: Its fairly straight-forward
- Clone the repository to your local system
- Run npm install in the respective folder in terminal
- Run npm start The project would now be running on local port localhost://3000