Skip to content

Creating a shopping cart using React.js that allows users to add and remove items from shoppig cart

Notifications You must be signed in to change notification settings

Thangapandi-K/react-shopping-cart-task

Repository files navigation

REACT SHOPPING CART TASK

alt text

Creating a shopping cart using React.js that allows users to add and remove items from shoppig cart

  • In the webpage clicking Add to cart button in the product card adds the count to the cart (right side top).

  • After the click Add to cart button it changes into Remove from cart button.

  • On clicking Remove from cart button it reduces the count from the cart (right side top) and reset itself to Add to cart button.

  • Click Here to preview the webpage.

Components used in ReactJS

  • Navigation Bar containing Logo, Links and Cart.

  • Products containing datas about products.

  • Product Page which access products and return as seperate cards.

  • Public folder for images that used in the web page.

Releases

No releases published

Packages

No packages published