Skip to content

A Single Page Application for a local restaurant built using Javascript ES6 classes, ES6 modules, and webpack.

License

Notifications You must be signed in to change notification settings

macnick/Restaurant-Page

Repository files navigation

Restaurant Page

This is a project for the JavaScript curriculum at Microverse - @microverseinc. In this project, we have to create a simple restaurant page. The objective is to dynamically render every page using only Javascript for DOM manipulation.

Description

  • This page has fixed menu bar and footer.
  • There are 3 menu choices: Home which is the default, Menu, and Contact.
  • Each menu choice renders part of the page and inserts it into the DOM tree.
  • The page is fully responsive.
  • In small sizes, the menu is replaced by a burger menu that opens a sidenav with the same choices.

Screenshots

Big Screen on menu

Big screen on menu

Medium Screen

Medium screen on menu

Small Screen with sidenav open

Small screen on contact with sidenav open

Built With

  • HTML
    • HTML5 semantic elements
  • CSS3
    • Materialize front-end framework
  • Dev Tools
    • npm
    • Webpack
  • Linter
    • Eslint
  • Javascript
  • DOM Manipulation
  • DocumentFragment
  • Events

Live Demo

Live Demo Link

Dependencies

  • css-loader: ^3.4.2,
  • eslint: ^6.8.0,
  • eslint-config-airbnb-base: ^14.1.0,
  • eslint-plugin-import: ^2.20.1,
  • file-loader: ^6.0.0,
  • materialize-css: ^1.0.0-rc.2,
  • script-loader: ^0.7.2,
  • style-loader: ^1.1.3,
  • webpack: ^4.42.0,
  • webpack-cli: ^3.3.11

Getting Started

To get a local copy up and running follow these three simple steps:

  1. Clone the project using this command in your terminal git clone https://github.com/macnick/Restaurant-Page.git
  2. Install dependencies npm install
  3. Run script (Production Mode) npm run build

Prerequisites

  • npm 6.14.2 or later

Authors

👤 Nick Haralampopoulos

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

  1. Fork it (https://github.com/macnick/Restaurant-Page/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

A Single Page Application for a local restaurant built using Javascript ES6 classes, ES6 modules, and webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published