Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.35 KB

GITHUB USER SEARCH

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.

TECHNOLOGIES USED

Here is the live link to the project.

Getting started with Github User Search

Prerequisites

To be able to setup the project locally, you need to have the following installed and working properly:

Setup Steps

  • clone repository
  • cd into the cloned repository
  • yarn
  • npm run start