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