As we all know the best way to learn is to practice practice practice .
This is a react-github app that allow you to search users and view their profiles(following, followers , repos)
Feel free to open issues for questions or improvements
First, clone the repo
$ git remote add origin https://github.com/ShivamAgarwal-code/Github-Users-React-web-app.git
Next, load all the dependencies
$ cd react-github-api
$ npm install
Finally, run the node server with
$ npm start