This project was generated with Angular CLI version 6.0.8.
Here are the requirements given for this code challenge. Let me know if you think I met them. One thought I had was to add an 'ADD' functionality to add to the list, but I think this fulfills the base requirements.
"For this programming challenge please create a web page that contains the following: A movie checklist that is vertically and horizontally centered on a page with the following list of items:
- Star Wars Episode IV - A New Hope
...etc...
- Star Wars Episode VII - The Force Awakens
If any of above checklist items is checked then the text must be grayed out and crossed out.
Add the following item to the checklist which will not be checkable: Star Wars Episode IX
To build this web page the minimum requirements are:
- avoid using any inline styles
- Use any current JavaScript framework technology"
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.