An Amazon-inspired e-commerce webpage created as part of a frontend development practice project. The webpage is responsive and showcases a visually appealing layout with a navbar, banner, and product sections styled using Bootstrap 5 and custom CSS.
Feature | Description |
---|---|
Responsive Design | Ensures compatibility across different screen sizes using Bootstrap and media queries. |
Interactive Navbar | Includes a logo, search bar, and cart section with hover effects. |
Dynamic Sub-navbar | Highlights categories like Fresh, Best Sellers, and Today's Deals. |
Banners | Responsive banners switch between images for different screen sizes. |
Product Sections | Categorized products with attractive visuals and descriptions. |
- HTML5
- CSS3
- Bootstrap 5
- Bootstrap Icons
Amazon-Clone/
├── index.html # Main HTML file
├── style.css # Custom CSS for styling
├── images/ # Folder containing image assets
│ ├── logo1.png
│ ├── banner.png
│ ├── bannerMd.png
│ ├── desktop-view.png
│ ├── mobile-view.png
│ └── products/ # Product images
├── README.md # Project documentation
- Clone the repository:
git clone https://github.com/your-username/amazon-clone.git
- Navigate to the project directory:
cd amazon-clone
- Open
index.html
in your web browser to view the project.
Created with ❤️ by Iswarya Sundarrajan