React BMI Calculator - JavaScript Exercise #11
Overview
In this exercise, you will be building a simple Body Mass Index (BMI) calculator app using React. The app will take a user's weight and height inputs and calculate their BMI using the formula (weight in kilograms / (height in meters)^2). The...
rajeshtomjoe.hashnode.dev4 min read