keirankozlowski / web-guided-project-dom-1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:JavaScript 35.3%Language:CSS 35.2%Language:HTML 29.5%