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.gitOr 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.gitAfter clone, enter to the project folder and install all it's dependencies:
cd github-explorer-project && yarn installYou can type yarn start inside project folder to run Github explorer project 🎉
