Skip to content

A mini JavaScript project from the JavaScript course hosted by The Odin Project.

Notifications You must be signed in to change notification settings

JE-Richards/odin-restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mini JavaScript project from the JavaScript course hosted by The Odin Project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published