Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 595 Bytes

DOM 1

Guided project for DOM 1 Module.

In this project we will learn how to use a variety of DOM selectors and manipulate the DOM imperatively.

Prerequisites

  • Chrome
  • Node

Project Setup

  • Clone this repository.
  • Navigate into the project folder with your command line.
  • Run npm install to download dependencies.
  • Run npm start to compile and serve the project.
  • Use Chrome to navigate to the URL indicated by the output of npm start.

❗ Note that the website will seem broken. The purpose of this Guided Project is to fix it using JavaScript.