A simple GitHub API demo for learning purpose only.
It is done to pull data of users for eg. simple demo @ https://api.github.com/users/jkvora
Functionality:
-->User can search login name of github and add users.
--> Sort by name,location and followers
-->Saved in localstorage.
--> Remove Card
-->They can go through profile by simply clicking that card.
Things to Do:
-->Can prove more data
-->Give more sorting features.
Web Demo: https://githubapidemo.herokuapp.com/
To run locally:Clone the repository.
Run : npm install
After installing dependencies,run command: "npm start"
In browser launch : localhost