Skip to content

The main goal of this project is to understand the benefits of modularized code as well as the ability to set up a javascript application made of different modules using Webpack.

Notifications You must be signed in to change notification settings

guillainbisimwa/restaurant

Repository files navigation

Restaurant

This project comes after the introduction of the ES6 class keyword, ES6 modules, and webpack.


Explore this project »

Watch the Live VersionPrerequisitesGetting StartedUsageContributingAuthorShow your supportLicenseAcknowledgmentsReport Bug


Restaurant The main goal of this project is to understand the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack.

Screenshot

Watch the Live Version

Restaurant

Prerequisites

  • JavaScript ES6
  • Text Editor
  • Git
  • NodeJS
  • Webpack
  • A Bootstrap 5

Getting Started

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Copy and paste the following code into the Terminal : git clone https://github.com/guillainbisimwa/restaurant.git
  4. Run cd restaurant
  5. Install the needed dependencies npm install
  6. run npm run build to bundle scripts with webpack a static module bundler for modern JavaScript applications

Usage

To watch the local version of this project check on your browser for the link :

restaurant/dist/index.html

Contributing

This project was created for educational purposes as part of the Microverse web development curriculum; contributing is not accepted.

Feel free to check the issues page.

Author

👤 Guillain Bisimwa

Show your support

Give a ⭐️ if you like this project!

License

This project is licensed under the MIT License

Acknowledgments

About

The main goal of this project is to understand the benefits of modularized code as well as the ability to set up a javascript application made of different modules using Webpack.

Topics

Resources

Stars

Watchers

Forks