Skip to content

ogm710811/BoostMovie

Repository files navigation

BoostMovie

BoostMovie is a Shopping Cart for movie DVDs.

myimage-alt-tag

Development server

  • This project was generated with Angular CLI version 8.3.10.
  • Run ng serve for a dev server.
  • Navigate to http://localhost:4200/.

Features

  1. Homepage displays DVDs on the page in a table grid. Each item displays item photo, name and the price.
  2. Homepage implements pagination displaying 8 items at a time.
  3. User is able to search for the item by item name.
  4. User is able to click on the item and see a movie detail page.
  5. User is able to select a quantity and add item to the shopping cart.
  6. User is able to click icon cart on the home page and see shopping cart content.
  7. User is able to remove items from the shopping cart or change items quantity.
  8. Shopping cart displays and updates total amount based on items quantity and price.

Dependencies