🌐 A frontend clone of Amazon’s website built using HTML and CSS. This project replicates Amazon’s homepage with navigation, search bar, product sections, and footer, giving a realistic e-commerce interface feel.
E-commerce websites like Amazon are feature-rich and visually complex. Rebuilding such a website is a great way to practice frontend development, focusing on layouts, responsiveness, navigation bars, and product sections.
- ✅ Responsive Navigation Bar with logo, search bar, cart, and account options
- ✅ Hero Section replicating Amazon’s banner
- ✅ Shop Section with product boxes and hover effects
- ✅ Footer Sections with links and information
- ⏳ Pending: Responsiveness for mobile, product detail pages, JavaScript interactivity (login, cart, etc.)
This project demonstrates:
- 🖥️ A realistic Amazon UI layout using only HTML & CSS
- 🔍 A fully styled search bar
- 🛍️ Product categories with images and “See More” links
- 📦 A footer with links and information similar to Amazon
- 🌐 HTML5 – Structure and content
- 🎨 CSS3 – Styling, layout, hover effects
- 🎭 Font Awesome – Icons (cart, location, search, etc.)
- 📥 Clone the repository
git clone https://github.com/Smasher5/amazon-clone.git cd amazon-clone

