Beautiful application to explore all Github projects, see it's opened issues and more!
- 👤 Start typing Github user and see a suggestion list of it's repositories
- 🔍 Search for any Github repo to see more about it like stars, forks, opened issues
- 💜 Add repositories to you favorites list
Open your terminal
Type command below to clone this repo via HTTPS:
git clone https://github.com/gpaiva00/github-explorer-project.git
Or if you have you SSH key registered in your Github account, type following to clone via SSH:
git clone git@github.com:gpaiva00/github-explorer-project.git
After clone, enter to the project folder and install all it's dependencies:
cd github-explorer-project && yarn install
You can type yarn start
inside project folder to run Github explorer project 🎉