🛒 Simple Amazon Clone
This is a simple Amazon-style project built using HTML, CSS, and JavaScript. It demonstrates basic e-commerce functionalities such as adding and removing products from the cart using DOM manipulation.
✨ Features
🧱 Built with HTML, CSS, and JavaScript
🛍️ Add to Cart and Delete from Cart functionalities
🔢 Updates the cart count dynamically when items are added
🖼️ Displays a collection of product images similar to the Amazon website
⚙️ How to Run
Open the project folder.
Locate the file named amazon.html.
Right-click and choose “Open with Live Server” (in VS Code).
The website will open in your browser showing a list of product images.
🧠 Key Concept
This project mainly focuses on DOM manipulation in JavaScript — updating the user interface dynamically based on user interactions.
Click “Add to Cart” to add items or “Delete” to remove them.
The number of items in the cart updates automatically.