Week 5 JS/FreeCodeCamp Game

Monday

  1. United Way / Requirements
  2. General Questions
  3. Free Code Camp JS Role Playing Game (main class activity)

Video from Monday Session

Wednesday

  1. United Way / Requirements
  2. Develop Carolina Guest Speaker – Cara Davis Anderson
  3. Continue: Free Code Camp JS Role Playing Game (main class activity)
  4. Review of HTML Forms

Homework

  • HTML Forms – https://www.freecodecamp.org/news/build-basic-forms-with-html/
  • Create a new HTML project “Join our Free Coding Club” with an HTML form and style it with CSS to make it more useable.
    • H2 heading should be “Join our Free Coding Club”
    • First Name: it should be a textfield
    • Last Name: it should be a textfield
    • Email: it should be a textfield
    • Phone Number: it should be a textfield
    • radio button set wrapped in a “fieldset” with a “legend” for best time to call: Morning, Afternoon, Evening
    • Notes/Comments: it should be a textarea
    • add to email distribution list: label “Get Emails:” and it should be a checkbox.
    • submit button with the label “Sign-Up”

Video from Wednesday Session