seanclark / Bmi-Calculator

This repository contains the code and live web application of a BMI Calculator written in Javascript, HTML, and CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bmi-Calculator

Web utility used to calculate an individual's Body Mass Index based on user entered Height and Weight. Live site here: https://seanclark.github.io/Bmi-Calculator/ Calculations are done within the HTML file with Javascript. The entered height in feet and inches is converted to a total, then calculated with the entered weight to find the Body Mass Index (BMI). When finished the user can press the reset button which will clear the form to start over.

Screen Shot 2021-08-07 at 3 47 42 PM

About

This repository contains the code and live web application of a BMI Calculator written in Javascript, HTML, and CSS


Languages

Language:HTML 83.9%Language:CSS 16.1%