This project is a static website designed to replicate the user interface and functionality of the Amazon website. While it does not include backend functionalities like authentication or database integration, it serves as a front-end prototype to showcase responsive design, styling, and layout.
- Home Page: Includes a search bar, navigation menu, and product categories.
- Product Listings: Displays sample product cards with images, titles, and pricing.
- Responsive Design: Optimized for desktop, tablet, and mobile devices.
- Shopping Cart (Static): Provides a mock shopping cart page to display selected items.
- HTML: Structuring the content of the web pages.
- CSS: Styling and layout to mimic Amazon's design.
- JavaScript: Adding interactivity, such as product filtering and search bar functionality.
- FontAwesome: Icons for buttons and navigation.
- Clone this repository to your local machine:
git clone https://github.com/yourusername/amazon-clone.git cd amazon-clone