This is a React application for calculating the Body Mass Index (BMI), which is a measure of body fat based on a person's weight and height.
- Weight and Height Input: Users can input their weight (in kilograms) and height (in centimeters).
- BMI Calculation: Once the user enters both values and submits the form, the application calculates their BMI.
- BMI Interpretation: After the calculation, the app displays the BMI value along with an interpretation of the result.
- Responsive Design: The application is designed to work on both desktop and mobile devices.
- React: For building the user interface.
- TypeScript: To add type safety and improve developer experience.
- Sass: For styling the app.
Clone this repository to your local machine and run the app using:
- npm install
- npm run dev