/github-viewer

A simple Angular app for displaying the github user profile and its repositories based on the username provided.

Primary LanguageTypeScript

A simple Angular app for displaying the github user profile and its repositories based on the username provided.

Hosted version of this application can be found here: https://github-repo-dtls.netlify.app/

1. Running the project

ng serve this will run the project on localhost:4200. make sure angualar cli and nodejs is installed on your system.

2. Running the Unit test

ng test will run the test suits with karma on localhost:9876

The Test suits are only written for RepoCardComponent and UserDetailsComponent

Assumptions

  1. Maximum 100 repo will be shown although the account has more than 100 repos as per requirement docs.