https://github.com/sdkdeepa/github-users-search-pagination
https://github.com/sdkdeepa/github-users-search-pagination
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdkdeepa/github-users-search-pagination
- Owner: sdkdeepa
- Created: 2022-04-05T03:07:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T05:05:38.000Z (about 4 years ago)
- Last Synced: 2025-02-14T20:58:59.524Z (over 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This react app uses the GitHub api to fetch the users upon searching. The user does not need to be logged in to find users.
Note: Github as a rate limit of 60 api calls per hour. So, we are using mock data (20 github users) and storing locally to fetch them.
This app is an example of calling an API from the frontend.