https://github.com/prajun7/bmi-calculator
"BMI calculator" is designed to calculate the Body Mass Index of a person. BMI is a value derived from the mass and height of a person. The BMI is defined as the body mass divided by the square of the body height, and is expressed in units of kg/m², resulting from mass in kilograms and height in metres. I used React to create the BMI Calculator. This project was bootstrapped with Create React App.
https://github.com/prajun7/bmi-calculator
vanilla-javascript
Last synced: about 2 months ago
JSON representation
"BMI calculator" is designed to calculate the Body Mass Index of a person. BMI is a value derived from the mass and height of a person. The BMI is defined as the body mass divided by the square of the body height, and is expressed in units of kg/m², resulting from mass in kilograms and height in metres. I used React to create the BMI Calculator. This project was bootstrapped with Create React App.
- Host: GitHub
- URL: https://github.com/prajun7/bmi-calculator
- Owner: prajun7
- Created: 2022-01-24T19:49:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T20:18:09.000Z (over 4 years ago)
- Last Synced: 2025-03-03T00:12:46.618Z (over 1 year ago)
- Topics: vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
"BMI calculator" is designed to calculate the Body Mass Index of a person. BMI is a value derived from the mass and height of a person.
The BMI is defined as the body mass divided by the square of the body height, and is expressed in units of kg/m², resulting from mass in kilograms and height in metres.
I used React to create the BMI Calculator.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
To run the project: In the project directory, you can run:
### `npm start`
