# 🛒 Amazon Clone (JavaScript Project):
A simple eCommerce web application built using **HTML, CSS, and JavaScript**.
This project simulates basic Amazon-like features such as product listing, cart management, checkout, and order tracking.
---
## 🚀 Features
- 🛍 Product listing from backend API
- 🛒 Add to cart functionality
- 📦 Cart quantity updates in real-time
- 💳 Checkout page with order summary
- 📄 Orders page to display placed orders
- 🚚 Order tracking page (basic structure)
- 💾 Data stored using LocalStorage
- 🔄 Dynamic UI updates without page reload
---
## 🧰 Tech Stack
- HTML5
- CSS3
- JavaScript (ES6+)
- Fetch API
- LocalStorage
---
## 📁 Project Structure
/scripts /data /images amazon.html checkout.html orders.html tracking.html
---
## ▶️ How to Run
1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repo-name.git
-
Open the project folder
-
Run
index.htmlin your browser
- This is a frontend-focused project
- Data is handled using LocalStorage and a mock backend API
- Built for learning and practice purposes
Muhammad Asim Kundi
This project is open source and available under the MIT License.