This is a Github repositories listing page by passing the required Github username
GET /search/users
Parameter | Type | Description |
---|---|---|
q |
string |
Required. |
GET /users/${username}
Parameter | Type | Description |
---|---|---|
username |
string |
Required. username of user to fetch |
GET /users/${username}/repos
Parameter | Type | Description |
---|---|---|
username |
string |
Required. username of user to fetch repos |
Homepage, ResultsPage, ProfilePage
Here after we fetch users and repos from the api UserProfile and His Repositories shown here with pagination with 8 repos per page.
After getting results from the api the search results for users is shown here
We can see search bar in the app to search for users and we will get the list of the users and from them we can choose the user.
Client: React, Redux, Styled Components
Clone the project
git clone https://github.com/Srikanth4533/git-resume.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start