Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 583 Bytes

Shopikart

Shopikart is a simple e-commerce application built using React. It allows users to browse through a list of items, add them to the cart, adjust quantities, and proceed to checkout. The application utilizes React Bootstrap for styling and modals.

https://shopikart.netlify.app/

Features

  • Browse through a list of items with their titles, prices, descriptions, and images.
  • Add items to the cart and adjust quantities.
  • Remove items from the cart.
  • View the total price of the items in the cart.
  • Clear the cart.
  • Proceed to checkout and view the order summary.