vichuge / js-restaurant

This problem is my first project using js with webpack technology, this will be a restaurant page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant - Javascript

Restaurant in JavaScript is a practice project to show the understanding of the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack.

screenshot

Live Link Demo

Live Link Demo

Built With

  • HTML5
  • CSS3
  • JavaScript
  • Webpack
  • Node
  • npm

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Text Editor (VSCode is suggested.)

Setup

  • Install git
  • Open Terminal
  • Change directory to folder to download repository
  • Use cd <file-path>
  • Run git clone https://github.com/vichuge/js-restaurant.git
  • open the folder
  • type npm run watch on terminal
  • Here comes the website on the local machine.

To make any change,

  • Open related file by using text editor.

Author

👤 Victor Pacheco

🤝 Contributing

Contributions, issues and feature requests are welcome! Open a issue...

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project
  • Project inspired by Microverse Program

📝 License

This project is MIT licensed.

About

This problem is my first project using js with webpack technology, this will be a restaurant page.

License:MIT License


Languages

Language:JavaScript 95.9%Language:CSS 4.1%