Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 657 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 657 Bytes

Dynamic Restaurant Homepage

Overview

This project uses modular JavaScript to dynamically render the contents of a restaurant website.

In order to implement tabbed browsing across the site's pages (Home/Menu/Contact), each page's content is stored in a separate ES6 module. Tab-switching logic defined in index.js then enables each page to be loaded dynamically when the corresponding tab is clicked.

Further Details

This site was developed with JavaScript and HTML/CSS, using npm and webpack to automate the build process.

The project is hosted on Github Pages: Click here to see it live.