Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`