freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
315 stars 105 forks source link

chore: add lab for DOM and events project #450

Closed jdwilkin4 closed 3 months ago

jdwilkin4 commented 4 months ago

We have a workshop and lecture videos to teach campers about the DOM and click events.

Here is the preceding workshop https://github.com/freeCodeCamp/CurriculumExpansion/pull/449

Campers will have already complete the previous fundamentals modules(strings, variables, arrays, numbers, Math object, objects, etc) So you can see the sheet for more details to see the complete list of what is covered.

For this lab, we want them to practice click events and updating styles with JavaScript.

NOTE: they will not have learned about change or submit events. So this lab should not include that.

Acceptance criteria