Skip to content

Commit

Permalink
Merge pull request #2132 from Techtonica/audit-weeks-1-2
Browse files Browse the repository at this point in the history
Issue #2113 - Audit week 1 and 2 projects
  • Loading branch information
stmcpeters authored Dec 13, 2024
2 parents 00061e3 + 577288f commit 8194a8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions projects/recipe-page/phase-4-DOM-Manipulation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Project - Incorporate JS DOM method into Recipe Page
# Project - Incorporate JS DOM methods into Recipe Page

The DOM (or Document Object Model) is a tree-like representation of the contents of a webpage - a tree of “nodes” with different relationships depending on how they’re arranged in the HTML document.

Expand All @@ -11,8 +11,7 @@ The DOM (or Document Object Model) is a tree-like representation of the contents
- Javascript

Hello everyone!
We have a big goal for the EOW: we want to incorporate DOM Methods into your recipe page
How excited are you about this? Let's use JS to make your website interactive.
We have a big goal for the EOW: we want to incorporate DOM Methods into your recipe page. How excited are you about this? Let's use JS to make your website interactive.

### Primary Goals

Expand All @@ -21,7 +20,7 @@ How excited are you about this? Let's use JS to make your website interactive.

### Overview

You already have an HTML/CSS/JS project, but now you get to surprise your users by adding some JS DOM methods to make your website interactive! You'll add at least three interactive elements of your choosing.
You already have an HTML/CSS project, but now you get to surprise your users by adding some JS DOM methods to make your website interactive! You'll add at least three interactive elements of your choosing.

### Use your creativity!

Expand Down

0 comments on commit 8194a8e

Please sign in to comment.