Assignment #3
(20 points)

  1. Watch the video Health Club (CC) and continue reading up on JavaScript and start reading up on CSS.

  2. Create a Health Club Calculator using JavaScript similar to the one developed in the video and shown below. Save your work as "assignment3-js.html".

      Membership   Charge   Activity   Charge
      Basic   $80   Tennis   $15
      Gold   $100   Racquetball   $20
      Gold Plus   $120   Golf   $25
              Child Care   $100
              Personal Trainer   $120
              Swimming Pool   $20

    Special considerations
    1. Your application must be mobile responsive. That is, the layout of your content should be based on the size of the screen it is presented on. More specifically, your code must contain 5 separate floating "<div>" elements as represented by the different colors in the image below.
    2. Three of your textboxes must be created/evaluated without using an array. The other three textboxes must be created/evaluated using an array.
    3. The value of "Total" must be calculated any time the user changes or clicks on an element.
    4. Your code must contain a "Clear" button that restores your form to its default state.

  3. Upload this file to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created a Health Club calculator using Javascript that meets the requirements listed above. 20 0 10 20 __/20
Total points __/20