Calculate the BMI using the formula
BMI = mass / height ** 2
Your Task 😃: Using your React knowledge so far we want to build a BMI calculator app using React. You will be task to create the components you need as well as design it the way you want.
You are required to create 3 text boxes for the user inputs:
- Taking the users name
- Taking the users height
- Taking the users mass
and you are later required to display the users name, height, mass and total BMI
Good Luck 😀