https://github.com/captaincluster/bmi_calculator
A flexible and functional BMI calculator that works with both the metric system and the imperial system. Gives both results and feedback based on the inputs given by the user (height and weight).
https://github.com/captaincluster/bmi_calculator
bmi bootstrap health html javascript
Last synced: 4 months ago
JSON representation
A flexible and functional BMI calculator that works with both the metric system and the imperial system. Gives both results and feedback based on the inputs given by the user (height and weight).
- Host: GitHub
- URL: https://github.com/captaincluster/bmi_calculator
- Owner: CaptainCluster
- License: mit
- Created: 2023-06-28T08:18:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T14:14:11.000Z (over 1 year ago)
- Last Synced: 2024-12-31T02:40:27.056Z (5 months ago)
- Topics: bmi, bootstrap, health, html, javascript
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMI_Calculator
A flexible and functional *BMI calculator* that works with both the metric system and the imperial system. Gives both results and feedback based on the inputs given by the user (height and weight).📰Basic information
---
There are four different states: underweight, healthy, overweight and obese.
The "obese" state has three obesity classes to determine how severe the obesity is.The program is will suggest the user a target weight that is the closest to the
user's current height and is considered healthy. It also goes into detail, displaying
how much weight the user should either gain or lose.📚Dependencies
---
In order to use the program, you need to have **Bootstrap** installed.```npm i [email protected]```
[You can read more about Bootstrap here.](https://getbootstrap.com/)
📋Instructions
---
1. Choose your measurement system by pressing one of the buttons at the top.
2. Type in your height (meters/feet and centimeters/inches have separate boxes).
3. Type in your weight in either kilograms or pounds, depending on the system you use.
4. Submit the results and your BMI will be displayed at the bottom.Images
---