Skip to content

An app where you can search for GitHub users with their username and see their account information using the GitHub API.

License

Notifications You must be signed in to change notification settings

melboudali/Github-User-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github User Search is a simple react app using: react, react-dom, react-bootstrap, react-router-bootstrap, axios and Github Api.

NB: Creat a local environment variable file ".env.local" and use your Github Api ClientID and SecretID like this:

REACT_APP_GITHUB_CLIENT_ID='YOUR-CLIENT-ID-HERE'
REACT_APP_GITHUB_CLIENT_SECRET='YOUR-SECRET-ID-HERE'

Github ClientID/SecretID : link

🚀 Netlify Demo: https://githubsearch-react.netlify.com
⚡ Heroku Demo: https://githubsearch-react.herokuapp.com/

Ex:
#1
Alt GUS #2
Alt GUS #3
Alt GUS

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

then

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

An app where you can search for GitHub users with their username and see their account information using the GitHub API.

Topics

Resources

License

Stars

Watchers

Forks