Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 923 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 923 Bytes

Product Listing and Cart Management

This project is a web application built with React. It allows users to view available products, add them to the cart, and manage the cart's content. The application fetches product data from an external API and supports functionalities such as increasing or decreasing product quantities and displaying a modal for user feedback.

Features

  • Fetch products from an external API
  • Display products with their details
  • Add products to the cart
  • Increase or decrease product quantities in the cart
  • Display cart contents
  • Modal pop-up messages for user interactions
  • Navigate between product listing and cart pages

Navigation

  • Click on the cart icon in the home page to check items added to cart. You can also remove items in cart.
  • The return button takes user back to the product page

Hosting

Click here to view the page.