This is a front-end project replicating the design and functionality of Amazon's website. The project uses HTML, CSS, and JavaScript to create a responsive and visually appealing e-commerce interface.
- Homepage: Displays various products with images, prices, and ratings.
- Search Bar: Allows users to search for products.
- Product Cards: Each product has an image, price, rating, and an 'Add to Cart' button.
- Dynamic Cart: Updates in real-time as users add or remove items.
- Cart Page: Shows selected products with options to remove items.
- Sign-In Page: Basic login interface for users.
- Responsive Design: Works on different screen sizes.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/D-CodeDynasty/Amazon-clone.git
- Open the project folder and run
index.html
in a browser.
- Add backend functionality for authentication and user management.
- Implement a payment gateway.
- Improve UI/UX with animations and better styling.
This project is for educational purposes only and is not affiliated with Amazon.