BoostMovie is a Shopping Cart for movie DVDs.
- This project was generated with Angular CLI version 8.3.10.
- Run
ng serve
for a dev server. - Navigate to
http://localhost:4200/
.
- Homepage displays DVDs on the page in a table grid. Each item displays item photo, name and the price.
- Homepage implements pagination displaying 8 items at a time.
- User is able to search for the item by item name.
- User is able to click on the item and see a movie detail page.
- User is able to select a quantity and add item to the shopping cart.
- User is able to click icon cart on the home page and see shopping cart content.
- User is able to remove items from the shopping cart or change items quantity.
- Shopping cart displays and updates total amount based on items quantity and price.
- Element design: Material Design for Bootstrap (Angular version) : https://mdbootstrap.com/docs/angular/
- Pagination: ngx-pagination: solution for pagination in Angular : https://www.npmjs.com/package/ngx-pagination