This project is a simple Restaurant Management System built using HTML, CSS, and JavaScript. It allows restaurant staff to manage table selections, place orders, and keep track of customers. The project includes basic features like adding orders from a menu, calculating the total bill, and showing a notification when an order is placed successfully.
- Table Selection: Select one of the available tables (Table 1, Table 2, Table 3).
- Order Menu: Choose food items from the menu (Burger, Pizza, Pasta) and add them to the current order.
- Order Total: Automatically calculate and display the total cost of the order.
- Place Order: Once an order is placed, the system clears the order and shows a success notification.
- Customer Count: Keep track of the total number of customers served.
- Clear Order: Clear the current order manually if needed.
- HTML: Used for the structure of the system.
- CSS: Provides the styling, including hover effects, button transitions, and layout.
- JavaScript: Handles the logic for table selection, order management, notifications, and customer tracking.
- Clone or Download the repository to your local machine:
git clone https://github.com/yourusername/restaurant-management-system.git