Skip to content

luispardosuarez/imc_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Body Mass Index (BMI) Calculator

Overview

This BMI Calculator is a simple Java application that allows users to calculate their Body Mass Index (BMI). It's a straightforward program developed as part of the introductory exercises for the Full Stack Bootcamp at Factoría F5. The application takes user input for weight and height, calculates the BMI, and provides a result based on predefined BMI ranges.

Technology Used

The BMI Calculator is built using:

  • Java: The programming language used for the application logic.
  • Maven: Dependency management and build automation tool.

Installation

To run the BMI Calculator on your local machine, make sure you have Java and Maven installed. If you're using Visual Studio Code, Java might be installed using the Visual Studio Code Java Extension Pack. Additionally, Maven can be installed separately or as part of your Java development environment.

Here's a brief guide for Visual Studio Code:

  1. Install Java Extension Pack:

    • Open Visual Studio Code.
    • Go to Extensions (you can use Ctrl+Shift+X).
    • Search for "Extension Pack for Java" and install it.
  2. Install Maven:

    • Maven is often included in Java Development Kits (JDK). Ensure you have a JDK installed.
    • If not, you can install Maven separately by following the instructions on the official Apache Maven website.

Usage

  1. Clone or download the BMI Calculator repository to your local machine.
  2. Open the project in Visual Studio Code.

BMI Calculator (ImcApp)

  1. Run the ImcApp.java file.
  2. Follow the on-screen prompts to input your weight and height.
  3. The program will calculate your BMI and display the result.

Personal Information (PersonApp)

  1. Run the PersonApp.java file.
  2. Follow the on-screen prompts to input your basic personal information (name, age, and gender).
  3. The program will create a simple profile with the provided details and display them.

Feel free to explore the code and adapt it for further learning!

Acknowledgments

This BMI Calculator is part of the exercises provided in the Full Stack Bootcamp at Factoría F5. Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages