This project was generated with Angular CLI version 9.0.4.
The purpose of this project is to consult all of the GitHub user's list and also the number of their followers and repos.
/home => There's a search bar to find GitHub user, list by name match and select one of them to display more info. /home:id => All of the GitHub user info about his repos and followers.
additional: You can change the color theme by switch button on the header!
.src
βββ app # Root above index.html + app wrapper
βββ assets # Contains all the scss of theming
βββ components # Contains all the reusable modules
βββ core # Contains logic folders : services, store, directives
βββ services # Contains all the api's services and ui service
βββ pages # Contains all the pages (components wrappers)
External Libraries (): Angular Material, Bootstrap
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.