A simple web app that let's you search github repositories for any user.
- Clone the repository.
- Run
npm i
to install all the dependencies. - Run
npm start
and this will start a development server on localhost at port 3000.
- Run
npm test
to run test cases.