A restaurant page with tabbed content that uses JavaScript alone to generate all of the content on the page. The purpose of this project is to practice using JavaScript modules and webpack.
Project description can be found here
Live demo available here
- Custom CSS font
- Responsive design
- Navigation tabs
- HTML5
- CSS3
- JavaScript ES6
- webpack
This project helped to reinforce the following skills:
- webpack
- JavaScript modules
- DOM manipulation
- Middle Ring Restaurant wiki
- Cuisine in the World of Avatar wiki
- Ba Sing Se wiki
- This resource is helpful when deploying to gh-pages after webpack is run.
- Clone this repository to your desktop.
- Navigate to the top level of the directory by running
cd odin-restaurant-page
. - Run
npm install
to install the required dependencies. - Open
dist/index.html
in your browser. - Run
npm run watch
to update thedist
folder on save - Refresh page after saving to see changes