Skip to content

This project is a replica of the front-end of the popular e-commerce platform Amazon.Technologies Used : HTML | CSS | JavaScript

Notifications You must be signed in to change notification settings

codewithadvi/amazon-clone-Great-Indian-Festtival

 
 

Repository files navigation

Amazon Clone 🌟

Welcome to the Amazon Clone project! This front-end replica of Amazon's e-commerce platform is designed to provide a hands-on experience in building and styling websites. It demonstrates the use of HTML, CSS, and JavaScript to recreate the layout, responsiveness, and interactivity of Amazon's homepage.

Amazon Clone Screenshot


📚 Table of Contents

  1. Overview
  2. Technologies Used
  3. Demo
  4. Features
  5. Installation
  6. Folder Structure
  7. Code of Conduct
  8. License
  9. Contributing
  10. Acknowledgments
  11. Contact

🌟 Overview

The Amazon Clone project aims to replicate the look and feel of Amazon's homepage. It includes:

  • A fully responsive navigation bar.
  • A catalog of products.
  • Interactive cart functionality using JavaScript.
  • A footer with important links and policies.

This project is ideal for developers looking to learn the basics of web development, practice responsive design, and explore how e-commerce platforms are structured.

Note: This is an educational project and is not affiliated with Amazon.


🛠 Technologies Used

  • HTML: Provides the structure and layout of the web pages.
  • CSS: Handles the styling and ensures the design is visually appealing and responsive.
  • JavaScript: Adds interactivity, such as cart functionality and dynamic updates.

🎥 Demo

Check out the live version of the project here:
👉 Amazon Clone Live Demo


✨ Features

Responsive Design

  • The layout adjusts seamlessly to different screen sizes.
  • Ensures optimal viewing experience on desktops, tablets, and mobile devices.

Navigation Bar

  • Includes links to various sections like:
    • Homepage
    • Categories
    • User Profile

Product Listings

  • Displays products with:
    • Images
    • Names
    • Prices
  • Simulates an e-commerce catalog.

Cart Feature

  • Allows users to "add" products to the cart (simulated functionality).
  • JavaScript manages the cart and updates it dynamically.

Footer Section

  • Contains additional information, such as:
    • Customer Service
    • Terms and Policies

🛠 Installation

To run this project locally, follow these steps:

1. Clone the Repository

git clone https://github.com/yourusername/amazon-clone.git

2. Navigate to the Project Folder

cd amazon-clone

3. Open the Project

Simply open the index.html file in your browser to view the website.

📂 Folder Structure

amazon-clone/ ├── assets/ # Contains images, icons, and other assets │ ├── images/ # Product and banner images ├── css/ # Contains all CSS files │ ├── styles.css # Main stylesheet ├── js/ # Contains JavaScript files │ ├── app.js # Handles cart functionality and interactivity ├── index.html # Main HTML file ├── README.md # Project documentation

🤝 Code of Conduct

We expect contributors to adhere to the following Code of Conduct:

  1. Be Respectful: Treat others with respect and empathy.
  2. Be Inclusive: Create an environment where everyone feels welcome.
  3. No Harassment: Harassment of any kind will not be tolerated.
  4. Collaborate Openly: Share knowledge and work together to improve the project.

📜 License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this project for personal or commercial purposes.

See the full license text here.


🙌 Contributing

We welcome contributions to enhance this project!

How to Contribute:

  1. Fork the Repository
    Click on the "Fork" button at the top of this page.
  2. Clone Your Fork
    git clone https://github.com/yourusername/your-repository.git
  3. Create a New Branch git checkout -b feature/your-feature-name
  4. Make Changes and Commit git add . git commit -m "Add your descriptive commit message"
  5. Push Changes git push origin feature/your-feature-name
  6. Submit a Pull Request Go to the original repository and create a pull request.

🙏 Acknowledgments

This project was inspired by the Amazon website.
Special thanks to the creators of Mediapipe, OpenCV, and Netlify for their excellent tools and services.


📧 Contact

If you have any questions, feedback, or ideas, feel free to contact me:

About

This project is a replica of the front-end of the popular e-commerce platform Amazon.Technologies Used : HTML | CSS | JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.9%
  • CSS 30.8%
  • JavaScript 7.3%