Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 740 Bytes

Restaurant-Page

A restaurant page made with HTML, CSS and JavaScript utilizing ES6 Modules and Webpack. It is a project from The Odin Project's curriculum

🔗 Live Preview

What I Learned

  • 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

What To Improve

  • 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