Skip to content

A shopping cart using React that allows users to add and remove items from the cart.

Notifications You must be signed in to change notification settings

7Gowtham/Shopping-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SHOPPING CART

Contents

Description Features UserFlow

Description

A shopping cart using React that allows users to add and remove items from the cart.

Features

  • Product Listing
  • Add/remove items from Cart

UserFlow

  • Shopping Cart displays list of products with their name and description
  • When user clicks on "Add to Cart" on products, the items will be added to cart
  • When the item is added to the cart, the cart quantity number will be increased
  • "Add to Cart" button will be changed to "Remove" button once the item is added to the cart
  • User will be able to remove the item by clicking on "Remove" button and when its removed, cart quantity number will be decreased
  • "Remove" button will again be changed to "Add to Cart" button once its removed

About

A shopping cart using React that allows users to add and remove items from the cart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published