Skip to content
Week 5 JS/FreeCodeCamp Game
Monday
- United Way / Requirements
- General Questions
- Free Code Camp JS Role Playing Game (main class activity)
Video from Monday Session
Wednesday
- United Way / Requirements
- Develop Carolina Guest Speaker – Cara Davis Anderson
- Continue: Free Code Camp JS Role Playing Game (main class activity)
- 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