What is your Body Mass Index?
Sep 15, 2023
v.0
Create a Body Mass Index (BMI) calculator with both METRIC and IMPERIAL unit systems. Calculator Bmi Body mass index Metric Imperial

Versions  

Bugs  
None!

Get This App On Your Website

1. Copy the code above with the iframe and link.
2. Paste the code into your website.
3. Resize the iframe to fit your website.

Javascript, HTML, CSS Code

                [
{
"search": "<div class=\"metric-input\">\n <div>Height (cm): <span id=\"height-metric-value\">175</span></div>\n <input type=\"range\" id=\"height-metric-slider\" class=\"slider\" min=\"140\" max=\"210\" value=\"175\">\n <div>Weight (kg): <span id=\"weight-metric-value\">70</span></div>\n <input type=\"range\" id=\"weight-metric-slider\" class=\"slider\" min=\"40\" max=\"200\" value=\"70\">\n</div>",
"replace": "<div class=\"metric-input\">\n <div>Height (cm): <span id=\"height-metric-value\">175</span></div>\n <input type=\"range\" id=\"height-metric-slider\" class=\"slider\" min=\"140\" max=\"210\" value=\"175\">\n <div>Weight (kg): <span id=\"weight-metric-value\">70</span></div>\n <input type=\"range\" id=\"weight-metric-slider\" class=\"slider\" min=\"40\" max=\"200\" value=\"70\">\n <div>Height (cm): <span id=\"height-metric-value\"></span></div>\n <input type=\"range\" id=\"height-metric-slider\" class=\"slider\" min=\"140\" max=\"210\" value=\"175\">\n <div>Weight (kg): <span id=\"weight-metric-value\"></span></div>\n <input type=\"range\" id=\"weight-metric-slider\" class=\"slider\" min=\"40\" max=\"200\" value=\"70\">\n</div>"
},
{
"search": "<div class=\"imperial-input\" style=\"display: none;\">\n <div>Height (feet): <span id=\"height-imperial-feet-value\">5</span></div>\n <input type=\"range\" id=\"height-imperial-feet-slider\" class=\"slider\" min=\"4\" max=\"6\" value=\"5\">\n <div>Height (inches): <span id=\"height-imperial-inches-value\">6</span></div>\n <input type=\"range\" id=\"height-imperial-inches-slider\" class=\"slider\" min=\"0\" max=\"11\" value=\"6\">\n <div>Weight (lbs): <span id=\"weight-imperial-value\">150</span></div>\n <input type=\"range\" id=\"weight-imperial-slider\" class=\"slider\" min=\"88\" max=\"440\" value=\"150\">\n</div>",
"replace": "<div class=\"imperial-input\" style=\"display: none;\">\n <div>Height (feet): <span id=\"height-imperial-feet-value\">5</span></div>\n <input type=\"range\" id=\"height-imperial-feet-slider\" class=\"slider\" min=\"4\" max=\"6\" value=\"5\">\n <div>Height (inches): <span id=\"height-imperial-inches-value\">6</span></div>\n <input type=\"range\" id=\"height-imperial-inches-slider\" class=\"slider\" min=\"0\" max=\"11\" value=\"6\">\n <div>Weight (lbs): <span id=\"weight-imperial-value\">150</span></div>\n <input type=\"range\" id=\"weight-imperial-slider\" class=\"slider\" min=\"88\" max=\"440\" value=\"150\">\n <div>Height (feet): <span id=\"height-imperial-feet-value\"></span></div>\n <input type=\"range\" id=\"height-imperial-feet-slider\" class=\"slider\" min=\"4\" max=\"6\" value=\"5\">\n <div>Height (inches): <span id=\"height-imperial-inches-value\"></span></div>\n <input type=\"range\" id=\"height-imperial-inches-slider\" class=\"slider\" min=\"0\" max=\"11\" value=\"6\">\n <div>Weight (lbs): <span id=\"weight-imperial-value\"></span></div>\n <input type=\"range\" id=\"weight-imperial-slider\" class=\"slider\" min=\"88\" max=\"440\" value=\"150\">\n</div>"
},
{
"search": ".metric-input {\n display: flex;\n flex-direction: column;\n align-items: center;\n margin-bottom: 20px;\n}",
"replace": ".metric-input {\n display: inline-block;\n margin-right: 20px;\n}\n\n.imperial-input {\n display: inline-block;\n}"
},
{
"search": "<div class=\"scale-section\" id=\"underweight\"></div>\n<div class=\"scale-section\" id=\"normal-weight\"></div>\n<div class=\"scale-section\" id=\"overweight\"></div>\n<div class=\"scale-section\" id=\"obese\"></div>",
"replace": "<div class=\"scale-section\" id=\"underweight\"></div>\n<div class=\"scale-section\" id=\"normal-weight\"></div>\n<div class=\"scale-section\" id=\"overweight\"></div>\n<div class=\"scale-section\" id=\"obese\"></div>\n<style>\n .highlighted {\n font-weight: bold;\n }\n\n #underweight {\n background-color: #add8e6;\n }\n\n #normal-weight {\n background-color: #4ba6c5;\n }\n\n #overweight {\n background-color: #ffd700;\n }\n\n #obese {\n background-color: #ff6347;\n }\n</style>"
}
]

NEW APPS

These are apps made by the community!

FAQ

What is Calculator Tools?

Calculator Tools allows you to instantly create and generate any simple one page web app for free and immediately have it online to use and share. This means anything! Mini apps, calculators, trackers, tools, games, puzzles, screensavers... anything you can think of that the AI can handle.

The AI uses Javacript, HTML, and CSS programming to code your app up in moments. This currently uses GPT-4 the latest and most powerful version of the OpenAI GPT language model.

What Do You Mean Make An App?

Have you ever just wanted a simple app but didn't want to learn programming or pay someone to make it for you? Calculator Tools is the solution! Just type in your prompt and the AI will generate a simple app for you in seconds. You can then customize it to your liking and share it with your friends.

AI has become so powerful it is that simple these days.

Does This Use ChatGPT?

It uses GPT-4 which is the most powerful model for ChatGPT.

Calculator Tools does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.