Skip to content

Zajjaj-Khan/Github_Search_Users_ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-Hub Users

Using the github API's, This app helps users to find any github user and view there newly pushed repos.

Features

  • Searches any gitHub User
  • Seperate people for every individual user
  • fetches only usefull information from github account
  • Lastest 5 repos that the user have pushed
  • Responsive

API Reference

Get Github Users

  GET /api/users
Parameter Type End_Point_URL
api_key_search_user string https://api.github.com/search/users?q=${text}&client_id=${YOUR.PERSONAL.CLIENT.ID}&client_secret=${YOUR.PEROSNAL.SERCRET.ID}

Get User Repo

  GET /api/user/:login
Parameter Type Description
id string https://api.github.com/users/${username}/repos?per_page=5&sort=created:ascclient_id=${YOUR.PERSONAL.CLIENT.ID}&client_secret=${YOUR.PEROSNAL.SERCRET.ID}

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install axios
  npm install react-router-dom

Start the server

  npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published