This project should be a ready to deploy Github client. It must have all the features mentioned below and it must be deployed on a server before submission. You are allowed to use any kind of modules, libraries and tool you want.
GitHub api Used - https://developer.github.com/v3/? and read the overview.
- Login View -? ?User should be able to login to the system through his github account. Upon login, user should land on his ?User View?.
- User View - ?Name, company, bio, followers, stars, repo url, public repos and gists count. (You may display other suitable information as well). a) Search box to search for usernames. Upon searching a username, search view should open. b) List of public repos of user. c) List of public gists of user. d) List of followers. e) Upon clicking on any gist, user should land on his gist view. f) Upon clicking on any repo, user should land on repo's github page. g) Upon clicking, on any of the follower, its user dashboard should open.
- Search View - ?Upon clicking on search button, ?User View,? of that username, should open.
- Error Views? - You have to handle each error response with a different page.
This project was generated with Angular CLI version 7.3.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.