A showcase demonstration - shows the most popular GitHub Repositories (ranked by stars).
- Install dependencies
npm run start
Without authentification the GitHub API rate limit is something between 10 and 30 requests per minute.
You can increase the limit by creating a .env
file with your GitHub access token:
REACT_APP_TOKEN=<YOUR_TOKEN>