javascripts-amazon-project

πŸ›’ Amazon Project – E-Commerce Front-End Clone

A functional e-commerce storefront built with vanilla JavaScript, HTML, and CSS β€” inspired by the Amazon shopping experience.

This project is a front-end clone of Amazon’s core shopping interface. It was built as part of a JavaScript learning journey to practice DOM manipulation, shopping cart logic, and responsive UI design. The site is deployed live on GitHub Pages.

πŸ”— Live Demo: lenis03.github.io/javascripts-amazon-project/amazon.html


✨ Features


πŸ› οΈ Technologies Used

No frameworks or external libraries were used β€” keeping the code lightweight and focused on core front-end skills.


πŸš€ Getting Started

To run this project locally:

  1. Clone the repository:
    git clone https://github.com/lenis03/javascripts-amazon-project.git
    
  2. Navigate to the project folder:
    cd javascripts-amazon-project
    
  3. Open index.html in your browser β€” no build tools or server required.

πŸ“ Project Structure

javascripts-amazon-project/
β”œβ”€β”€ index.html          # Main page
β”œβ”€β”€ styles/              # CSS files
β”œβ”€β”€ scripts/             # JavaScript logic
β”œβ”€β”€ images/               # Product images and assets
└── README.md            # Project documentation

🌐 Deployment

The project is hosted on GitHub Pages. Any push to the main branch automatically updates the live site.


πŸ“„ License

This project is for educational purposes only. All product images and data are used for demonstration and are not affiliated with Amazon.com, Inc.