HTML, CSS, and JavaScript
The Restaurant Ordering App is an interactive menu interface built with HTML, CSS, and JavaScript as part of the Scrimba Frontend Developer course. The app allows users to add and remove items from an order, view a running total, and complete a purchase through a simple checkout flow.
This project helped me practice working with JavaScript arrays and objects, event delegation, dynamic DOM rendering, and basic form handling. It also reinforced responsive layout techniques and user-focused design by creating a smooth and intuitive ordering experience.