A front-end Amazon.com clone built entirely with HTML and CSS, replicating the look and feel of one of the world's most visited e-commerce sites. This project sharpened skills in:
- 🧱 Complex multi-column CSS layouts
- 📱 Responsive design patterns
- 🖼️ Working with images, icons and assets
- 🌐 Real-world e-commerce UI structure
| Technology | Purpose |
|---|---|
| HTML5 | Page structure & semantics |
| CSS3 | Styling, layout, responsiveness |
| Flexbox / Grid | Navigation & product grids |
Amazon-clone/
├── index.html # Main page
├── style.css # All styles
└── assets/ # Images & icons
# Clone the repo
git clone https://github.com/Uttkarshchambiyal/Amazon-clone.git
# Open in browser
open index.html- ✅ Amazon-style navigation bar with logo & search
- ✅ Hero banner section
- ✅ Product category cards grid
- ✅ Footer with multi-column links
- ✅ Fully static — no JS required
Crafted with code by Uttkarsh Chambiyal