Skip to content

Restaurant website, created using vanilla JavaScript, Webpack and ES6 modules.

Notifications You must be signed in to change notification settings

pelzolga123/Restaurant

Repository files navigation

Restaurant 👋

restaurant-project

About The Project

The restaurant webpage is created dynamically with ES6 modules. Each tab is rendered dynamically by a separate module, each of which is imported from its own separate JavaScript file. Webpack then bundles all the source JavaScript into a single file, 'main.js', in the 'dist' directory.

Live version

Restaurant

Built With

  • HTML5
  • Javascript
  • CSS

Development

  • Clone project
git clone https://github.com/pelzolga123/Restaurant.git
  • Install dependencies
npm install
  • Run script
npm run build

Then open index.html in the browser.

Author

👤 Olga Pelts

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

  1. Fork it (https://github.com/pelzolga123/Restaurant/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[feature-name])
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

About

Restaurant website, created using vanilla JavaScript, Webpack and ES6 modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published