A simple Body Mass Index (BMI) calculator is implemented in React.
This project is a BMI calculator built using React. BMI (Body Mass Index) is a numerical value of a person's weight in relation to their height. The calculator calculates BMI based on the weight (in pounds) and height (in inches) provided by the user.
- Clone the repository or download the ZIP file.
- Navigate to the project directory in your terminal.
- Run
npm install
to install the necessary dependencies. - Run
npm start
to start the development server. - Open your web browser and visit
http://localhost:3000
to use the BMI calculator.
- Enter the weight (in pounds) and height (in inches) in the respective input fields.
- Click the "Submit" button to calculate your BMI.
- The BMI value and a message indicating your weight status will be displayed.
- React
- HTML
- CSS
If you'd like to contribute to this project, feel free to fork this repository and submit a pull request.