J's Restaurant App

This project was created by Donye Richardson, Tom Ness, Kameron Welch, and Ameer Salameh. Together, we developed a waiter and host system for a restaurant using C# within the `JsRestaurantApp` namespace. The system includes a `MenuItem` class that represents individual items on the restaurant's menu. Each `MenuItem` object encapsulates key details such as the name of the menu item, the category it belongs to, its price, a list of customizable options, and an associated seat if applicable. The class provides constructors to initialize menu items with or without a parent seat and includes methods to dynamically add options to items. This modular design ensures flexibility and scalability, making the system adaptable to a variety of restaurant needs. Our project reflects a collaborative effort to create a robust and user-friendly solution for efficiently managing restaurant operations.

Restaurant System