Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.42 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.42 KB

BMI Calculator - Jetpack Compose

A simple Body Mass Index (BMI) Calculator built using Jetpack Compose and Kotlin. This app features an interactive user interface that allows users to input their height and weight, and it calculates their BMI in real-time.

Screenshots

Gender Height & Weight Result
Gender Selection Height & Weight Selection Result

Features

  • 📱 Interactive UI: The user can adjust their height and weight dynamically using sliders.
  • 🧮 Real-time BMI Calculation: The app computes the BMI instantly as the user updates the input values.
  • 🎨 Jetpack Compose UI: Built using Jetpack Compose, ensuring a modern and declarative UI experience.
  • 📊 BMI Category Display: Based on the calculated BMI, the app categorizes the result (e.g., Underweight, Normal, Overweight, Obesity).

Usage

  • Adjust the Height and Weight using the sliders or input fields.
  • The app will calculate and display the BMI instantly.
  • Based on the BMI value, it will show the corresponding category (e.g., Underweight, Normal, Overweight, Obese).