DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Add and Remove to cart #29

Closed DarrachBarneveld closed 7 months ago

DarrachBarneveld commented 7 months ago

As a User, I can add and remove items from my shopping cart so that I can manage my purchases easily and efficiently.

Acceptance Criteria:

  1. I can click on the "Add to Cart" button next to an item to add it to my cart.
  2. The quantity of each item in the cart is displayed and can be adjusted if its a product
  3. I can remove items from my cart by clicking on the "Remove" or "Delete" button next to each item.

Tasks

DarrachBarneveld commented 7 months ago

Add, update and remove from cart functionality works as intended