Skip to content

A project to learn how to use the Angular framework. The goal is to calculate a person's Body Mass Index (BMI), by receiving the weight and height. After the calculation, an image is displayed showing the classification in which the BMI value fits. The website's design was created using Bootstrap.

Notifications You must be signed in to change notification settings

FelipePaterni/IMC-Angular

Repository files navigation

Angular BMI Calculator

README em Português

A project to learn how to use the Angular framework. The goal is to calculate a person's Body Mass Index (BMI), by receiving the weight and height. After the calculation, an image is displayed showing the classification in which the BMI value fits. The website's design was created using Bootstrap.

Technologies Used

Angular TypeScript HTML CSS Bootstrap

Author

Lessons Learned

This project helped me better understand the methods and components of Angular, how to use its functions, and how the file structure works.

Features

  • Calculate BMI
  • Classify
  • Show images and text about the classification

Screenshots

Screenshot

How to Use

Open in your browser: https://imc-angular-nine.vercel.app/


or


  1. Clone the repository:

    git clone https://github.com/FelipePaterni/IMC-Angular.git
  2. Navigate to the project folder:

    cd Angular-Calc
  3. Install the dependencies:

    npm install
  4. Run the project:

    ng s -o
  5. Open in your browser: http://localhost:4200

About

A project to learn how to use the Angular framework. The goal is to calculate a person's Body Mass Index (BMI), by receiving the weight and height. After the calculation, an image is displayed showing the classification in which the BMI value fits. The website's design was created using Bootstrap.

Topics

Resources

Stars

Watchers

Forks