Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 277 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 277 Bytes

BMI-Practice

This is a BMI (Body Mass Index) calculator built using TypeScript. It takes height and weight as inputs, calculates the BMI, and categorizes the result into health ranges like underweight, normal, or overweight. A simple project to practice TypeScript concepts!