https://github.com/ambiere/github-user-fetch
GitHub users search from GitHub REST API using axios and react useState hook to store the returned data/state
https://github.com/ambiere/github-user-fetch
axios github-api react-reloading tailwindcss usestate-hook
Last synced: 8 months ago
JSON representation
GitHub users search from GitHub REST API using axios and react useState hook to store the returned data/state
- Host: GitHub
- URL: https://github.com/ambiere/github-user-fetch
- Owner: ambiere
- Created: 2022-10-07T11:40:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T12:11:57.000Z (over 3 years ago)
- Last Synced: 2025-04-01T19:29:28.459Z (10 months ago)
- Topics: axios, github-api, react-reloading, tailwindcss, usestate-hook
- Language: TypeScript
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GitHub Users fetch
Implimentation of axios to make a ajax request to the GitHub REST API and storing the return data to react hook using react useState.