An open API service indexing awesome lists of open source software.

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

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!