DebsDee / javascript-food-menu-course

Building an Interactive Menu in Vanilla JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fancy Bear Eateries

This is an interactive menu created for a fictional restaurant. This project was made entirely in vanilla JavaScript without the help of any libraries. Browserify and Babel were used to convert the ES6 to ES5 and then bundle all the modules together.

Running locally

To run this locally, download the dependencies using npm. Then compile the JavaScript and SCSS. Lastly view it in your browser!

npm install
npm run build

Local development

If you want to hack on this, there are a few npm scripts that can be used to watch for changes.

# Build and watch the JavaScript
npm run watch:js

# Build and watch the SCSS
npm run watch:scss

About

Building an Interactive Menu in Vanilla JavaScript

License:MIT License


Languages

Language:JavaScript 64.2%Language:CSS 34.3%Language:HTML 1.6%