BMI Calculator
The BMI Calculator is a TypeScript-based CLI tool that calculates Body Mass Index (BMI) using user inputs for height and weight. It provides health status feedback (Underweight, Healthy, Overweight) with color-coded results using Chalk, and features an interactive interface with Inquirer.Read More