Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herol3oy/repo-radar
Find GitHub repositories by typing a username
https://github.com/herol3oy/repo-radar
react typescript vite
Last synced: 8 days ago
JSON representation
Find GitHub repositories by typing a username
- Host: GitHub
- URL: https://github.com/herol3oy/repo-radar
- Owner: herol3oy
- Created: 2024-03-03T19:59:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:25:53.000Z (3 months ago)
- Last Synced: 2024-08-28T12:45:54.409Z (3 months ago)
- Topics: react, typescript, vite
- Language: TypeScript
- Homepage: https://repo-radar.vercel.app
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Repository Search
Find repositories by typing a username
## Stacks
- React
- TypeScript
- Vite## Install and run the app
`npm i && npm run dev`
## Env variable
Create a `.env.local` file in the root of the app and provide your github token like below example:
`VITE_APP_GITHUB_ACCESS_TOKEN=YOUR_TOKEN`