Github Public Repositories Search
A graphic tool for searching public repos on the GitHub network using various criteria
The app can be ran locally by following these steps:
- Install node.js and also yarn if you don't already have them
- Clone the project to your computer with
git clone https://github.com/pedrozaalex/GRS.git
- Open the newly created folder by running
cd GRS
- Install the libraries with
yarn
- Create a new GitHub API access token here and put the token on the .env file under the key
VITE_GITHUB_API_TOKEN
- Now just
yarn dev
to start and access http://localhost:3000/ - Alternatively, you can simply go here to enjoy all the GitHub repo searching you've always wanted, no building required!