/web-guided-project-dom-1

Web Guided Project - Unit 2, Sprint 1 - DOM I

Primary LanguageJavaScriptOtherNOASSERTION

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.