Create an HTML document called assignment1.html that implements a calorie intake calculator based on the Harris-Benedict equation used by nutritionists and health professionals to determine the daily energy needs based on age, sex, height, weight and leve

others

Description

Basal Metabolic Rate (BMR) Calculator

Create an HTML document called assignment1.html that implements a calorie intake calculator based on the Harris-Benedict equation used by nutritionists and health professionals to determine the daily energy needs based on age, sex, height, weight and level of physical activity.

Follow these guidelines to implement your assignment:

Research the formula on wiki:

Build a form to accept all the required input from the visitors.

Create a JavaScript file called assignment1.js and write the code for a function that calculates the calorie intake based on the user input.

Invoke the function every time the visitor presses a Calculate button on the form.

Display the results (BMR and daily calories intake) on the page.

(10% of the grade) Use HTML5 controls that limit/validate the user input.

(10% of the grade) Use good web design practices to enhance visually your html page.

(10% of the grade) Extend the calculator to accept metric measurements. 


 

(The screenshot above is provided only as guidance to familiarize you with the functionality of a BMR calculator).


Submit your assignment to Assignment 1 drop box. 


Instruction Files

Related Questions in others category