Given a github username, this express app will list all the repositories that the user has and it differentiates the forked and self repositories.
Steps to run the app:
- Clone the repository
- Execute the command
npm install
to install the dependencies - Run the app
npm start
- Open the browser and enter
http://localhost:3000
- Enter a Github username and click on Submit button.
Testing:
Execute the command npm test
to Unit test the application.