The Github Explorer Project is a project that you can explore in all Github some code repositires and get to know something about it.
You can check live version here.
To explore, you just need to fill the input with username/repo-name For example:
facebook/react or angular/angular
To run it locally, please do as following:
Clone the repo
After clone, please run the command to install all dependencies
To start the server and explore, please run
If you have any problems with yarn install
, please, delete yarn.lock
from your folder and run it again.
Feel free to explore and change the code however you want to =)