BMI Calculator written to work in browsers

adnan360 d19ad013a3 Modifications to readme 5 年之前
assets 4092594ce9 Added custom dropdown arrows 5 年之前
LICENSE fced90f06a Initial commit 5 年之前
README.md d19ad013a3 Modifications to readme 5 年之前
index.html 4092594ce9 Added custom dropdown arrows 5 年之前

README.md

BMI Calculator HTML

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.