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!