This project is a clone of the Amazon website homepage, created using HTML and CSS only. The purpose of this project is to learn and practice front-end development skills.
index.html
: Contains the HTML structure of the Amazon homepage.style.css
: Contains the CSS styles for the Amazon homepage.Images/
: Folder containing images used in the project (e.g., Amazon logo, product images).
- Navbar with Amazon logo, address bar, search bar, country selector, sign-in button, orders link, and cart icon.
- Menu bar with links to different sections like Today's Deals, Customer Service, Registry, Gift Cards, and Sell.
- Hero section with a background image.
- Shop section showcasing various deals and product categories.
- Footer with links to various Amazon sections such as Careers, Blog, About Amazon, Investor Relations, Amazon Devices, and Amazon Science.
In future updates, I plan to add the following features:
- Additional Pages: Product details page, checkout page, user profile page, etc.
- Enhanced Functionality: Adding interactivity with JavaScript for features like a dynamic search bar, product carousels, and a more interactive user experience.
- Animations: Adding CSS animations to make the website more appealing and engaging.
- Clone the repository:
git clone https://github.com/Vikas2171/Amazon_Clone.git
- Open the project directory:
cd Amazon_Clone
- Open
index.html
in your web browser to view the Amazon clone homepage.
- This project was inspired by the original Amazon website.