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". View a screen capture of the Javascript code used to complete this assignment.

      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. The value of "Total" must be calculated any time the user changes or clicks on an element.

  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