This is a simple Amazon clone built using HTML, CSS, and JavaScript. It allows users to add items to the cart, view the cart, and remove items. This project focuses solely on the frontend and serves as a practice project to enhance JavaScript skills.
- Add items to the shopping cart.
- View items in the cart.
- Remove items from the cart.
- Responsive design for better user experience across devices.
- HTML: Structure of the application.
- CSS: Styling and layout.
- JavaScript: Interactivity and dynamic functionality.
-
Clone the repository:
git clone https://github.com/abhi-4h6/amazon-clone.git
-
Navigate to the project directory:
cd amazon-clone -
Open
index.htmlin your browser to view the project.
project/
├── index.html # Main HTML file
├── styles/ # CSS files
│ ├── main.css # General styling
│ └── pages/ # Page-specific styling
├── scripts/ # JavaScript files
│ └── app.js # Main functionality
└── assets/ # Images and other assets
- Add backend functionality for user authentication and order management.
- Implement product filtering and search functionality.
- Host the project online for public access.
This project was created to practice JavaScript and understand the basics of building dynamic and interactive web applications. It is not connected to any backend service or database and is meant for educational purposes only.
This project is licensed under the MIT License. Feel free to use, modify, or distribute it as you like.