Restaurant Page

This project is part of the The Odin Project JavaScript course. It focuses on practicing DOM manipulation by dynamically rendering a simple restaurant homepage. The entire content of the website is generated using JavaScript, emphasizing the use of Webpack and modular JavaScript for web development.

Overview

The goal of this project is to create a restaurant page where the homepage, menu, and contact information are rendered dynamically using JavaScript. This approach simulates the functionality of a single-page application (SPA), showcasing the power of JavaScript in building interactive and dynamic web pages.

Features

  • Dynamically rendered homepage, menu, and contact sections.
  • Use of JavaScript modules for organized and maintainable code.
  • Implementation of tabbed browsing to navigate between different sections of the website.
  • Responsive design for an optimal viewing experience across various devices.

Technologies Used

  • HTML
  • CSS
  • JavaScript (ES6)
  • Webpack
  • npm (Node Package Manager)

Live Demo

You can view a live demo of the project here.