Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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