Skip to content

The-Buckeye-Playazzz/web-guided-project-dom-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.8%
  • CSS 34.8%
  • HTML 30.4%