A simple React application to calculate Body Mass Index (BMI) using useState and useEffect hooks. Users can input their height and weight, and the app will live convert these values into BMI along with the corresponding category type (e.g., Underweight, Normal weight, Overweight, Obese).
-
useState Used to manage the state for height, weight, BMI, and BMI category.
-
useEffect Used to perform the BMI calculation whenever the height or weight state changes.
If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the GitHub repository.
This README provides a basic overview of the BMI calculator app. If you have any further questions or need assistance, don't hesitate to ask!