Skip to content

DOM l Manipulation Practice ( Web Guided Project - Unit 2, Sprint 1 - DOM I)

License

Notifications You must be signed in to change notification settings

FlyGirl172/web-guided-project-dom-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • CSS 18.9%
  • HTML 16.2%