A simple application that allows users to search for users from the github API.
run npm install
run npm start
go to http://localhost:3000
live: https://github-search-application.netlify.app/login
-
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.
Fusion Charts - Main Docs First React Chart List Of Charts Themes
In order for routing to work on netlify, redirects was added to the public folder
- _redirects file in public
/* /index.html 200
package.json
"build": "CI= react-scripts build",