INTRODUCTION
Restaurant Menu Website is a web application developed in HTML, CSS, and JavaScript as part of a Computer Engineering assignment (2nd semester, FACENS). The project simulates an interactive digital menu for a restaurant, enabling users to browse available dishes, add items to an order, and review a calculated total prior to checkout.
IMPLEMENTATION
The application was built using vanilla HTML5, CSS3, and JavaScript, with a focus on DOM manipulation, dynamic content rendering, and event-driven interaction. No external frameworks were used, providing the team with a foundational understanding of core web technologies and client-side scripting.
RELEVANCE
As restaurants increasingly adopt digital menus — accessible via QR codes or direct links — this project reflects a genuinely applicable use case in the hospitality industry. It demonstrates that a functional and accessible menu experience can be delivered with lightweight, dependency-free web technologies, making it a useful reference for developers exploring front-end fundamentals.
Note: The application is available in Portuguese only. A checkout page was planned but was not implemented due to time constraints.