stiakov / restaurant-js

Practicing with OOP and DOM JS functions to build restaurant's page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node

Single Page App for a Restaurant (BETA)

Practicing with OOP and DOM JS functions to build a fictional restaurant's page.

It makes use of:

  • Vanilla JS as DOM manager.
  • Bulma CSS as styling framework.
  • Webpack 4 as transpiler for JavaScript, CSS and images.

Requirements

  • Latest version of NodeJS -- (npm included)

Preview

There are two options to load this SPA.

  • Visit the Live Version Here.
  • Download the repo, checkout to development branch and load the ./dist/index.html in your browser.

Development and contributions

  • Fork and/or download the repo.
  • Run npm install (This command should install the Webpack 4 Tools)
  • Improve the code stored in ./src/
  • Run npm run watch to compile the assets.
  • Send a Pull Request.

Contact

Reach me at:

About

Practicing with OOP and DOM JS functions to build restaurant's page

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.3%Language:CSS 11.7%