Latest Project
DoorDash App
This is a "DoorDash" page for an Italian restaurant. The menu is retrieved from a SQL database, which makes changing things like the price or adding new items easier. The user can add items to their cart, which is at the bottom of the page. The subtotal, tax, and total are computed in real time. This app is not only the first I've designed with a Model-View-Controller architecture pattern, but also the first app I've linked with a database containing multiple tables.
Technologies used include:
- Java
- JavaFX
- SQL