Front End for a restaurant website The Royal Spice - Restaurant Website A complete, responsive frontend project for a modern restaurant featuring an interactive menu for building and pricing an order in real-time.
Key Features Multi-Page Structure: Includes Home, interactive Menu, About, and Contact pages.
Interactive Ordering: Click to add items, adjust quantities, and see the total cost update instantly.
Fully Responsive: Adapts to all screen sizes with a mobile-friendly hamburger menu.
Tech Stack HTML5
CSS3 (Flexbox, CSS Variables, Media Queries)
Vanilla JavaScript
How to Run Place all .html and .css files in the same folder.
Open index.html in any web browser.
File Structure / ├── index.html ├── menu.html ├── about.html ├── contact.html └── style.css