https://github.com/bevane/restaurant-page
Mini-project using webpack to dynamically render a site
https://github.com/bevane/restaurant-page
html-css-javascript javascript webpack
Last synced: 6 months ago
JSON representation
Mini-project using webpack to dynamically render a site
- Host: GitHub
- URL: https://github.com/bevane/restaurant-page
- Owner: bevane
- Created: 2024-07-22T07:52:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:30:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T19:41:32.451Z (over 1 year ago)
- Topics: html-css-javascript, javascript, webpack
- Language: JavaScript
- Homepage: https://bevane.github.io/restaurant-page/
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant page
A mini project showcasing a simple restaurant page that is dynamically rendered through the use of javascript and webpack
## Concepts applied
- Webpack asset management
- html-webpack-plugin to generate html file
- Javascript modules
## *The Odin Project* Project
This project was completed as part of [The Odin Project](https://www.theodinproject.com) course curriculum. Do check them out!