BMI Calculator written to work in browsers
|
5 年之前 | |
---|---|---|
assets | 5 年之前 | |
LICENSE | 5 年之前 | |
README.md | 5 年之前 | |
index.html | 5 年之前 |
BMI Calculator written to work in browsers.
Supports different measurement units for weight and height. So no running for converters.
BMI (Body mass index) is a measurement based on height and weight that gives you an idea what type your body mass is. Some find it useful in fitness and diets. To use, simply open index.html on a browser. Enter your details and your BMI should appear right away!
The calculation happens entirely offline (client side) and no field input is sent to any servers.
License: GPLv3 on the code specific to this repository. jQuery has also been used which is available under MIT license.