A full-featured e-commerce desktop application built with Java and JavaFX, following the MVC (Model-View-Controller) architecture. This project demonstrates how to create a structured desktop app with interactive UI, page linking, and backend logic integration.
- ๐ฅ๏ธ User-friendly JavaFX GUI
- ๐ Product browsing and detailed view
- ๐งบ Shopping cart management
- ๐ณ Checkout and order summary
- ๐งฉ MVC architecture for clean code separation
- ๐ Controller-based page linking
- โ๏ธ Backend logic integration
- ๐ฏ Basic order processing simulation
- Java 17+
- JavaFX
- Scene Builder (for FXML layout design)
- MVC Design Pattern