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
No frameworks or external libraries were used β keeping the code lightweight and focused on core front-end skills.
To run this project locally:
git clone https://github.com/lenis03/javascripts-amazon-project.git
cd javascripts-amazon-project
index.html in your browser β no build tools or server required.javascripts-amazon-project/
βββ index.html # Main page
βββ styles/ # CSS files
βββ scripts/ # JavaScript logic
βββ images/ # Product images and assets
βββ README.md # Project documentation
The project is hosted on GitHub Pages. Any push to the main branch automatically updates the live site.
This project is for educational purposes only. All product images and data are used for demonstration and are not affiliated with Amazon.com, Inc.