/RestaurantPageJS

A single-page web application written in JavaScript that dynamically renders a website.

Primary LanguageJavaScript

RestaurantPageJS

A single-page web-application written in JavaScript to dynamically render a simple website.

Technologies Used:

javascript sass webpack

What I Learned

  • How to use JavaScript to dynamically render a single-page web-application (DOM manipulation).
  • How to use SASS unique features to simplify the project, reduce CSS overhead and keep the code DRY.
  • How to use Webpack 5 to manage dependencies and export files to a separate /dist folder.