2025-09-01

Slide 1 — Title

BMI Calculator App
Author: Fatlum Dili
Date: 2025-09-01

Slide 2 — Problem

Many people do not know their BMI.
Tracking BMI is important for health awareness.

Slide 3 — Solution

We built a Shiny BMI Calculator that:
- Takes weight and height as input
- Calculates BMI instantly
- Shows BMI category and guidance

Slide 4 — Demo

## [1] "Example: Weight = 70 kg, Height = 170 cm --> BMI: 24.2 - Normal"

Slide 5 — Conclusion

  • App is simple and intuitive
  • Reactive output shows BMI instantly
  • Hosted online for everyone to use: Shiny App Link