It's a challenge to build a shopping cart. It needs to have 2 screens and use navigation to acces each of them. It has the home screen and the cart list screen.
- The user is able to add products inside the shopping cart.
- The cart counter needs to count one unit per product.
- When the user clicks on the shopping cart it should navigate to the cart list screen.
- Inside the shopping cart screen the user can see the products list and the quantity of each product.
- The user can remove, increase or decrease the quantity of each product.
- There should be a total amount at the end of the screen.