A simple menu order calculator that allows users to select menu items, and the total bill is automatically calculated and displayed. This program is designed for web-based environments where users can choose from a list of items, and the total price is dynamically updated based on their selections.
- Interactive Menu: Allows users to select multiple items from the menu.
- Dynamic Total Calculation: The total cost is updated immediately when a user selects or deselects a menu item.
- Currency Formatting: The total price is formatted as currency, making it user-friendly.
HTML: Structures the webpage, menu items, and bill total.
- CSS: Styling for the page and menu items (not included in the provided code but can be added for design).
- JavaScript: Handles the dynamic menu interactions and total calculation.
- Open the lunchSelections_txt.html file in a web browser.
- Select the menu items, and the total will be automatically calculated and displayed.
This program was developed as part of an assignment for my programming class. The folder names and structure reflect the required naming convention for class submissions.