Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.04 KB

README.md

File metadata and controls

70 lines (52 loc) · 2.04 KB

BMI Calculator

This is a Flutter application that calculates the Body Mass Index (BMI) based on user inputs for weight and height. The app provides a simple and intuitive interface to help users understand their BMI and what it indicates about their health.

Table of Contents

Features

  • User-friendly interface for inputting weight and height
  • Calculates BMI and provides health status
  • Responsive design for various screen sizes
  • Reset functionality to clear inputs and results

Tech Stack

  • Frontend:
    • Flutter
    • Material Design

Getting Started

Prerequisites

To run this project, you'll need:

  • Flutter SDK installed
  • A text editor like VSCode

Installation

Clone the repository:

git clone https://github.com/your-username/bmi-calculator.git

Navigate to the project directory:

cd bmi-calculator

Install dependencies:

flutter pub get

Running the App

To run the app, use the following command:

flutter run

Usage

After starting the app, you can enter your weight in kilograms and height in feet and inches to calculate your BMI. The app will display your BMI value and an interpretation of the result.

About Me

Hello! I am Sankalp Kumar, a passionate backend developer and web developer currently working on various projects to enhance my skills and knowledge. I am also exploring Flutter for building cross-platform applications. You can connect with me on LinkedIn or reach out via email at sankalpkumar911@gmail.com.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.