This is an app that uses GitHub's API and lets you search for repositories available on the site. It also stores them in a local cache on your browser and lets you see the issues, stars and forks of the repository you click.
- React
- Typescript
Access This Link to test the app deployed in Vercel.
Then, you can search for any public repository from GitHub by simply typing the name of the profile followed by a dash and the name of the repository (example: profile/repository).
You can also click on a repository to see more details about it.
- Search for a repository on GitHub
- List the repositories
- Once clicked, show more details about the repository (its issues, stars and forks)
git clone https://github.com/viniciusfer01/05-first-project-react.git
cd 05-first-project-react
yarn
yarn start