Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 489 Bytes

user-repo-details

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:

  1. Clone the repository
  2. Execute the command npm install to install the dependencies
  3. Run the app npm start
  4. Open the browser and enter http://localhost:3000
  5. Enter a Github username and click on Submit button.

Testing:

Execute the command npm test to Unit test the application.