A simple JavaFx application build on Java SE or core Java to mimic a standard Food Order Management System for a typical restaurant.
The application consists of mainly two windows:-
- Create Account and Login window
- Menu and Customer Order Panel
- JavaFx
ver. 20.0.2
, to create components for the window panes. - CSS styling, to enhace the user the UI of the application.
- Java SE or core Java
ver. 20.0.1
, for building communication between databases and UI components. - SQLite
ver. 3.42.0
- SLF4J API(Simple Logging Facade for Java)
ver. 1.7.36
, to ensure that your application's logging remains flexible, consistent, and easy to manage.
- Intelli J IDEA Community Edition
- SceneBuilder
- Sequeler