An app to search the github database and create a list of your favourite repositories
Fork the repo and run npm install from root directory. Create an env file at the root directory with following details.
REACT_APP_GITHUB_TOKEN = <your github personal access token>
Your github personal access token can be created from your github account settings > developer settings > personal access tokens > tokens(classic).
From the root directory run npm start. This will launch the app in the browser on localhost:3000.