This project is a clone of the renowned e-commerce platform Amazon, aiming to replicate its core functionalities and design. It's built as a web application using HTML, CSS, and JavaScript, with a strong emphasis on responsiveness and user authentication.
- Responsive Design: The website is designed to adapt seamlessly to different screen sizes and devices, ensuring a consistent user experience across desktops, tablets, and smartphones.
- Login/Signup Page: Users can create new accounts or login into existing ones to access personalized features such as saved addresses, order history, and preferences.
- HTML: Used for structuring the web pages and content.
- CSS: Utilized for styling the elements and layouts, including media queries for responsiveness.
- JavaScript: Implemented for dynamic interactions, form validation, and asynchronous requests for user authentication.
- Clone the repository to your local machine: git clone https://github.com/yourusername/amazon-clone.git
- Open the index.html file in your web browser to view the website.
- Navigate through the website, explore products, and try out the login/signup functionality.
- Home Page
- Product Page
- Cart Page
- Sign In Page
- Sign Up Page