Amazon Clone Website A front-end implementation of an Amazon-like e-commerce website using HTML, CSS, and vanilla JavaScript.
Project Overview This project is a simplified clone of the Amazon shopping experience focused on core e-commerce functionality:
Product listing with images, descriptions, ratings, and prices Shopping cart functionality Responsive design for various screen sizes
Features
Product Grid: Dynamically generated product cards from JavaScript data
Rating System: Visual star ratings for each product
Shopping Cart: Add products to cart with quantity selection
Cart Management: Update quantities, remove items, and see cart total
Responsive Design: Works on desktop, tablet, and mobile devices
Product search and filtering
#Getting Started
Clone this repository: git clone https://github.com/gloria-dedo/AmazonProject.git
Open amazon.html in your browser to view the project No build tools or dependencies required!