/Restaurant-Management-System-

This C# app manages a restaurant's menu and orders. Admins can view sales, add or delete items, and display the menu. Customers can place orders, view and delete ordered items, and display the final bill. Using a linked list for efficiency, the `Main` method initializes the menu and provides navigation through admin and customer sections.

Primary LanguageC#

Stargazers