Forked from SuperSimpleDev/javascript-amazon-project.
This fork focused on adding interactivity, modular structure, and real-world features to the original Amazon-style frontend project.
- Improving interactivity with real-time updates
- Refactoring code into modular files
- Enhancing DOM updates and feedback
- Expanding cart and checkout functionality
- Product quantity selection with
<select>dropdowns - Real-time cart quantity updates after adding items
- Dynamic product grid rendering from
products.js - Modular file structure for better maintainability
Original base project by SuperSimpleDev.
This fork builds on that foundation for personal learning and practice.
This project is still under development. Expect more features, styling improvements, and cleanup as I continue working on it.