Preview ng-git-base Challange Code
This project was generated with Angular CLI version 12.0.0.
It took 6 hours.
- 1 hours for design and init the application.
- 4 hours UI and Logic.
- 1 hours to automated test and unit test && improvements.
- I used the folder structure for models to be shared && core have a service I used also the path mapper for these paths.
- I used the git as folder core/.
- I used the git cz "git Commitizen" for better commit.
- Unit test && automation test added.
- System Design Google Material Design.
- Live host netlify;
- Commit cli git-cz.
- Source host github
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 a platform of your choice.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
- The
@Note:
note. - The
@TODO:
feature or enhancement. - The
@FIXME:
fixes for an issue not very obvious. - The
@REVIEW:
revisit for modifying.