Body Mass Index (BMI) Calculator

Hey everyone!

I developed a new Dash Julia application for body mass index (BMI) calculation. You can calculate BMI value and see the weight ranges. Feel free to review the codes on GitHub and ask me anything.

Live on Heroku ← Click Here
GitHub ← Click Here

I look forward to your feedback and hope this application is helpful for the community.

Thank you! :slight_smile:

Edit: BMI chart re-coded with Plotly heatmap, and now, allows you to interact!

4 Likes

I’m 198cm and over 100kg do I not count :frowning:

It’s cool but I think more weights and heights are needed, the option to use imperial or metric would be nice as well.

1 Like

Thank you for the feedback @Totes!

I am sorry to hear about height and weight ranges, it wasn’t my design, I just copied from a medical website. It’s possible to expand ranges, and add optional imperial units. I just tried to keep the app simple, so beginners can understand the code.

However, gonna try to expand the ranges soon!