A restaurant page made with HTML, CSS and JavaScript utilizing ES6 Modules and Webpack. It is a project from The Odin Project's curriculum
- Use npm to install and manage packages such as Webpack
- Use Webpack to bundle different JavaScript Modules and other assets such as images and fonts
- Dynamically generate the entire web page's DOM elements using JavaScript
- Make the site responsive and mobile friendly
- Improve UI/UX design
- Improve file structure and possibly separate the CSS files into smaller files for each page