Skip to content

MaxamedIimaan/bmi-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI calculator using React

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:

  1. Taking the users name
  2. Taking the users height
  3. Taking the users mass

and you are later required to display the users name, height, mass and total BMI

Good Luck 😀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.8%
  • JavaScript 17.2%