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://flourishing-sawine-3b137d.netlify.app/
ng serve
this will run the project on localhost:4200
. make sure angualar cli and nodejs is installed on your system.
ng test
will run the test suits with karma on localhost:9876
To get the code coverage report use ng test --code-coverage
- If user name, Location is not available it will show '--' as a empty placeholder