Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.99 KB

File metadata and controls

33 lines (26 loc) · 1.99 KB

Desription:

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 Icon Description to assess your body composition and determine whether you fall into underweight, normal weight, overweight, or obese categories.

How to Run:

  1. Clone this project in your terminal using https://github.com/evanrobert/SimpleBMi.git
  2. Open your preferred IDE (e.g., IntelliJ, Eclipse, Visual Studio Code) and import the project.
  3. Build and run the application in your IDE.
  4. Once the application is running, open a web browser and navigate to http://localhost:8080/bmi.
  5. Fill in your height and weight information in the provided input fields.
  6. Click the "Submit" button to calculate your BMI.
  7. The application will display your BMI value and corresponding BMI category (e.g., underweight, normal weight, overweight, or obese).

Technologies Used

The SimpleBMI application is built using the following technologies:

Java - The primary programming language.

Spring Boot - The framework used for developing the web application.

HTML/CSS - The frontend markup and styling languages.

Thymeleaf - The Java-based template engine for server-side rendering of HTML pages.

Contributing

If you would like to contribute to the SimpleBMI project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch with a descriptive name for your feature or bug fix.
  3. Make your changes and ensure that the code is properly tested.
  4. Commit your changes and push them to your forked repository.
  5. Submit a pull request to the main repository, explaining the changes you have made.