/Project-8-no-webpack

DOM manipulation: link to live page in README

Primary LanguageJavaScript

Project 8: Around The U.S.

by Sara Weissman, 2022

Project Description:

This is a continuation of previous project 7. New subjects applied:

  • Principles of OOP interface: eventListeners
  • Setting Up Webpack Bundling and Building
  • refactoring and and rewriting pieces of code.
  • Each class is described in a separate JS file and is imported into index.js
  • new classes: Section, Popup, PopupWithImage, PopupWithForm and UserInfo Classes

The project can be viewed locally (on the desktop) using a local server.

Github-pages project:

Link to Github folder

Link to live page

New Tools Used:

  • Webpack
  • ES6 classes