Run ng serve for development.
-
Product component, Product list component, Shopping cart component, Cart product component
-
ADD functionality (adding from the product list to shopping cart)
-
Product quantity sum (for each product in the shopping cart)
-
FORK the project
-
start with
ng serve -
add a "Total Price" in the bottom of the shopping cart
-
fix the bug in the Shopping cart title (showing NaN instead of total items)
-
add a functionality of "REMOVE PRODUCT" from shopping cart
-
make the quantity of each product in the shopping cart editable ( editable text, with + and - )
- sorting the products by price and by ABC
- add a search field to enable searching by title
- style the app and components to look better ;)
open a PR to our repository