Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eladreuveny/restaurant-menu-manager
RestaurantMenuManager project using Java and JavaFX. A JavaFX application for managing and interacting with a restaurant menu. The application allows users to view menu items, select items to order, and place orders which are then saved to a file with customer details.
https://github.com/eladreuveny/restaurant-menu-manager
java javafx
Last synced: 11 days ago
JSON representation
RestaurantMenuManager project using Java and JavaFX. A JavaFX application for managing and interacting with a restaurant menu. The application allows users to view menu items, select items to order, and place orders which are then saved to a file with customer details.
- Host: GitHub
- URL: https://github.com/eladreuveny/restaurant-menu-manager
- Owner: EladReuveny
- Created: 2024-06-08T18:57:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T19:01:49.000Z (8 months ago)
- Last Synced: 2024-12-04T19:33:59.427Z (2 months ago)
- Topics: java, javafx
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RestaurantMenuManager
A JavaFX application for managing and interacting with a restaurant menu. The application allows users to view menu items, select items to order, and place orders which are then saved to a file with customer details. The application includes a graphical user interface designed with FXML and controlled by the `RestaurantController` class.
## Features
- View restaurant menu items by category (First Course, Main Course, Last Course, Drink)
- Select menu items and specify quantities
- Place an order and save the order details to a file with customer information
- Clear selections to reset the current order