This project is a simple Amazon clone built using HTML and CSS. It replicates the basic UI of the Amazon homepage, including a navigation bar, search functionality, product categories, and a footer.
- Navigation Bar: Includes a logo, delivery location, search bar, sign-in option, orders, and cart section.
- Search Functionality: Styled search bar with category selection and a search button.
- Hero Section: Banner with promotional message.
- Product Categories: Displaying different categories such as Electronics, Furniture, Beauty, and more.
- Responsive Design: Ensures better viewing across different devices.
- Footer: Includes various informational links similar to the Amazon website.
- HTML5: Structuring the webpage.
- CSS3: Styling the page, including flexbox and responsive design.
- FontAwesome: Icons for cart, location, and navigation elements.
- Clone the repository:
git clone https://github.com/your-username/amazon-clone.git
- Navigate to the project directory:
cd amazon-clone - Open
index.htmlin your preferred browser.
π amazon-clone
βββ π index.html # Main HTML structure
βββ π style.css # Stylesheet for the website
βββ π images # Folder for images (not included in uploads)
Simply open index.html in a browser to see the project in action.
Feel free to fork this repository, make changes, and submit a pull request if you'd like to contribute improvements.
This project is for educational purposes and does not replicate Amazon's functionality. It is not affiliated with Amazon in any way.