This project consumes GitHub REST API and uses Redux and Redux toolkits for its global state management.
The user of the project inputs any GitHub username of his/her choice, on the click of the search button, the user input is displayed with the user's avatar and on clicking on the user card, you will be directed to the user details page, where the user’s location, Followers and repositories, etc. are displayed.
This could help my app users easily locate a user and have a quick overview of the searched user which GitHub does not offer at a glance.
Here is the live link to the project.
To be able to setup the project locally, you need to have the following installed and working properly:
- Nodejs
- NPM and Yarn
- React Dev Tools
- Redux Dev Tools
- clone repository
- cd into the cloned repository
- yarn
- npm run start