JenniferNedland / LC-A5-prep-1

Part 1 of prep for graded assignment 5 in LaunchCode's WebDev unit - the DOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LC-A5-prep-1

Part 1 of prep for graded assignment 5 in LaunchCode's WebDev unit - the DOM

Recording of the live session on 10/17/20 here: https://youtu.be/_m9OpzJXI_k

Demo: https://carolista.github.io/LC-A5-prep-1/

Students - FORK this (all branches) to your own account and then clone down to your local machine. Use the starter-code branch to code along with the video. You can also reference the solution branch to study my code.

Initially when you open the project in VSCode on your local computer, you will be in the main/master branch. Use the command 'git branch' in the terminal to view all available branches as shown below:

Screen Shot 2021-03-31 at 8 34 45 PM

Then use 'git checkout starter-code' to switch to the starter-code branch:

Screen Shot 2021-03-31 at 8 35 22 PM


This is part of a larger group of practice exercises and examples for students of LaunchCode's WebDev courses.

About

Part 1 of prep for graded assignment 5 in LaunchCode's WebDev unit - the DOM


Languages

Language:JavaScript 54.4%Language:CSS 24.5%Language:HTML 21.1%