Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.22 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.22 KB

Restaurant Webpage: An Intermediate JavaScript Project

Table of Contents

  1. Overview
  2. Scope
  3. Project Dependencies
  4. The Website
  5. Acknowledgements

Overview

This is a mini JavaScript project from the JavaScript course hosted by The Odin Project.

The aim of the project is to create a simple website for a fictional restaurant, which should contain multiple pages that are rendered entirely through JavaScript DOM manipulation.

Additionally, this project provides an opportunity to practice implementing and using webpack as part of the development process.

Scope

  • Project is to use HTML, CSS, and JavaScript.
  • Use webpack to bundle and build the project
  • The contents of each page are generated using JavaScript DOM manipulation.
  • Website is set up to used 'tabbed browsing'

Project Dependencies

All dependencies for the project can be found in the package.json file.

The Website

To interact with the website, please visit: https://je-richards.github.io/odin-restaurant/

Acknowledgements