SimpleBMI is a lightweight web application that calculates your Body Mass Index (BMI) based on your height and weight. It provides a quick and convenient way
to assess your body composition and determine whether you fall into underweight, normal weight, overweight, or obese categories.
- Clone this project in your terminal using https://github.com/evanrobert/SimpleBMi.git
- Open your preferred IDE (e.g., IntelliJ, Eclipse, Visual Studio Code) and import the project.
- Build and run the application in your IDE.
- Once the application is running, open a web browser and navigate to http://localhost:8080/bmi.
- Fill in your height and weight information in the provided input fields.
- Click the "Submit" button to calculate your BMI.
- The application will display your BMI value and corresponding BMI category (e.g., underweight, normal weight, overweight, or obese).
- Fork the repository on GitHub.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make your changes and ensure that the code is properly tested.
- Commit your changes and push them to your forked repository.
- Submit a pull request to the main repository, explaining the changes you have made.