A simple calculator used to calculate the Body Mass Index (BMI).
- HTML
- CSS
- Python
- Flask
- Fork and clone this project.
- In your command prompt, navigate to Web-dev-mini-projects/BMI Calculator (Flask).
- Run this app using the command
python app.py
. - Now, navigate to
http://127.0.0.1:5000/
in your web browser to use the calculator.