https://github.com/faisalsayed10/gh-searcher
Search Github users easily and get a detailed visual data about them!
https://github.com/faisalsayed10/gh-searcher
Last synced: 10 months ago
JSON representation
Search Github users easily and get a detailed visual data about them!
- Host: GitHub
- URL: https://github.com/faisalsayed10/gh-searcher
- Owner: faisalsayed10
- Created: 2020-12-15T07:53:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T12:13:31.000Z (about 4 years ago)
- Last Synced: 2025-02-21T20:37:26.106Z (over 1 year ago)
- Language: JavaScript
- Homepage: gh-searcher.fayd.vercel.app
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GH Searcher
### Styled Components
- [Styled-Components - Main Docs](https://styled-components.com/)
### React Icons
- [React Icons - Main Docs](https://react-icons.github.io/react-icons/)
### React Router Dom
- [react-router-dom - Main Docs](https://reactrouter.com/web/guides/quick-start)
### Github API
- [Root Endpoint](https://api.github.com)
- [Get User](https://api.github.com/users/${userName})
- [Repos](https://api.github.com/users/${userName}/repos?per_page=100)
- [Followers](https://api.github.com/users/${userName}/followers)
- [Rate Limit](https://api.github.com/rate_limit)
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
- [Fusion Charts - Main Docs](https://www.fusioncharts.com/)
- [First React Chart](https://www.fusioncharts.com/dev/getting-started/react/your-first-chart-using-react)
- [List Of Charts](https://www.fusioncharts.com/dev/chart-guide/list-of-charts)
- [Themes](https://www.fusioncharts.com/dev/themes/introduction-to-themes)
### Auth0
- [Auth0 - Main Docs](https://auth0.com/)
- [React SDK Docs](https://auth0.com/docs/libraries/auth0-react)
- [REACT SDK API Docs](https://auth0.github.io/auth0-react/)
:)