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: Cart Item Card #31

Closed DarrachBarneveld closed 7 months ago

DarrachBarneveld commented 7 months ago

As a User, I can easily identify and interact with individual items in my shopping cart through standardised cart item cards, so that I can quickly review and manage my selections.

Acceptance Criteria:

  1. Each cart item card displays the item name, image, price, and quantity.
  2. The card provides options to adjust the quantity or remove the item from the cart.
  3. Cart item cards maintain a consistent layout and design across all items.
  4. Users can interact with each cart item card independently without affecting other items.
  5. Card is fully responsive

Tasks

DarrachBarneveld commented 7 months ago

Cart item card is created. It is fully responsive and lists the price, quantity and subtotal amount