A responsive Amazon-style homepage clone built with HTML, CSS, and JavaScript. This project focuses on layout accuracy, responsive design, and interactive frontend behavior.
- Amazon-inspired header and navigation
- Search bar UI
- Hero carousel
- Product category grid
- Responsive layout using CSS Grid and Flexbox
- JavaScript interactions for carousel and navigation behavior
- HTML5
- CSS3
- JavaScript
.
├── index.html
├── style.css
├── script.js
└── README.md
- Clone this repository.
- Open the project folder.
- Open
index.htmlin a browser.
You can also run a local server:
python -m http.server 8000Then visit http://localhost:8000.
Live site: Amazon Clone
This project is for educational and portfolio purposes only. It is not affiliated with Amazon.
Ashutosh Tiwari