Lab 3 Code Report
This lab project demonstrates core functionalities of a food reservation system using multiple HTML files. The following modules are implemented:
- Customer Registration: Allows new customers to sign up with a form-based interface.
- Menu Management: Enables editing and viewing of menu items for staff/admin.
- Reservation Management: Handles customer reservations with structured input forms.
- View Orders: Displays a list of placed orders in a readable format.
- Payment: Collects payment details for food orders.
- User Roles: Assigns and displays roles for different system users.
- Main Menu: Provides navigation between the different pages of the system.
- Problem Statement (ps.html): Contains a brief description or instructions for the lab.
All pages use basic HTML elements such as forms and tables, with a focus on clarity and simplicity.