Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 971 Bytes

File metadata and controls

20 lines (17 loc) · 971 Bytes

Amazon Clone

An Amazon clone built with HTML, CSS, and Vanilla JavaScript. This project replicates basic e-commerce features like displaying products, adding items to the cart, and handling a simple checkout process.

Table of Contents

  • Features
  • Demo

Features

  • Product Listing: Displays a list of products available for purchase.
  • Product Details: Shows product-specific information, such as price, description, and image.
  • Add to Cart: Adds selected items to a shopping cart.
  • Cart Management: Allows users to update the quantity of items or remove items from the cart.
  • Checkout Process: Simulates a checkout process for selected products.

Demo