This is a front-end Amazon homepage clone created using pure HTML and CSS.
It was one of my early web development projects built to practice layouts, styling, flexbox, responsiveness, and UI design.
The project recreates the basic look and feel of Amazon’s homepage with navigation bars, search functionality UI, product sections, and footer components.
- Amazon-inspired homepage design
- Responsive navigation bar
- Search bar UI
- Product cards section
- Hero banner section
- Footer section similar to Amazon
- Hover effects and transitions
- Flexbox-based layout
- Beginner-friendly clean structure
- HTML5
- CSS3
- Font Awesome Icons
Amazon-Clone/
│── index.html
│── style.css
│── Photos/
│ ├── amazon_logo.png
│ ├── hero_image1.jpg
│ ├── box1_image.jpg
│ ├── box4_image.jpg
│ └── ...
│── README.mdIncludes:
- Amazon logo
- Delivery location
- Search bar
- Sign in section
- Returns & Orders
- Shopping cart icon
A large banner section inspired by Amazon's homepage design.
Displays multiple product category cards like:
- Clothes
- Electronics
- Gaming
- Fashion
- Office Furniture
- Gadgets
Contains:
- About links
- Social links
- Policies
- Copyright section
Interactive hover animations are added on:
- Navigation items
- Product boxes
- Footer links
- Buttons
The design uses Flexbox for proper alignment and structure.
Simple and beginner-friendly design inspired by Amazon.
git clone https://github.com/your-username/amazon-clone.gitcd amazon-cloneOpen index.html in your browser.
While building this project, I learned:
- HTML page structuring
- CSS styling
- Flexbox layout system
- Hover effects
- Responsive UI basics
- Website sectioning
- Navbar and footer design
- Using Font Awesome icons
- Add JavaScript functionality
- Make the search bar functional
- Add product pages
- Add responsive mobile menu
- Add shopping cart functionality
- Connect backend/database
- Improve responsiveness for all devices
Passionate about:
- Web Development
- Python
- Data Science
- AI & Machine Learning
This project is made only for educational and practice purposes.
It is not affiliated with or endorsed by Amazon.
If you like this project, consider giving it a ⭐ on GitHub!