๐ 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

