A simple Amazon clone built using HTML, CSS, and JavaScript.
- Responsive layout
- Add items to cart
- Review cart before checkout
- Update and delete items on cart
- View order summary
- Place your order
- Track your package
- View placed orders
You can view the live project here: https://akzechkyla.github.io/AmazonClone/
This project is purely for practice and does not include real payment processing. It is not affiliated with Amazon in any way. The UI design was taken from SuperSimpleDev's course. However, I implemented the JavaScript part independently without relying heavily on the course material. As a result, you may find a lot of commented lines due to experimenting with different implementations, along with some slight inconsistencies in the separation of concerns. Additionally, some features might not work as intended since only about 90% of the app is completed.



