Skip to content

This is an app that uses GitHub's API and lets you search for profiles and repositories available on the site.

Notifications You must be signed in to change notification settings

viniciusfer01/05-first-project-react

Repository files navigation

GitHub Explorer

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.

Tools used

  • React
  • Typescript

Results

Home Page GitHub Explorer Home Page

Dashboard GitHub Explorer Dashboard

Want to check it out?

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.

Things to do

  • Search for a repository on GitHub
  • List the repositories
  • Once clicked, show more details about the repository (its issues, stars and forks)

How to run it?

  1. git clone https://github.com/viniciusfer01/05-first-project-react.git
  2. cd 05-first-project-react
  3. yarn
  4. yarn start

About

This is an app that uses GitHub's API and lets you search for profiles and repositories available on the site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published