This project is a Diet Planner application that helps users plan their diet based on their Body Mass Index (BMI). It calculates BMI from user-provided height and weight, suggests a suitable diet plan, and provides nutritional guidance.
The BMI-based Diet Planner is a web application that eliminates the need for manual calculations and allows users to quickly determine the BMI of a specific individual with a single click. This tool instantly computes an individual's Body Mass Index (BMI) and produces a customized dietary regimen in PDF format with only one click.
- BMI Calculation: Calculates BMI using height and weight inputs.
- Diet Plan Suggestions: Recommends diet plans based on the calculated BMI category (underweight, normal weight, overweight, obese).
- Nutritional Guidance: Provides nutritional information and guidelines for each BMI category.
- User-Friendly Interface: Simple and intuitive interface for ease of use.
- Accuracy: The calculator uses the correct formula to calculate BMI, and the results are accurate to at least two decimal places.
- Language Translation: Includes Google Translator API for multi-language support.
To use the Diet Planner application, follow these steps:
Clone the repository:
git clone https://github.com/chavapardhakalyan/Diet-Planner-Based-On-BMI.git
- Enter your height (in cm or inches) and weight (in kg or lbs).
- Click on the "Calculate BMI" button.
- View your BMI category and recommended diet plan.
- Follow nutritional guidelines provided based on your BMI category.
- Frontend: HTML, CSS, JavaScript
- This project uses the BMI formula as per WHO guidelines.