Search Github Users. Get details displayed in charts.
Demo Account Credentials
Email: [email protected] & Password: Testing123
Create React App, React Router Dom, React Icons, Styled Components, Fusion Charts, Auth0
Netlify
To run this project, you will need to add the domain and client ID from Auth0 to your .env file
REACT_APP_DOMAIN
REACT_APP_CLIENT_ID
Clone the project
git clone https://github.com/rajatetc/github-users.git
Go to the project directory
cd github-users
Install dependencies
npm install
Start the server
npm run start
For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.