Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 924 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 924 Bytes

Product Listing and Cart Management

This project is a web application built with React. It allows users to view available products, add them, 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 on the home page to check items added to the cart. You can also remove items from the cart.
  • The return button takes the user back to the product page

Hosting

Click here to view the page.