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.
This project helped me better understand the methods and components of Angular, how to use its functions, and how the file structure works.
- Calculate BMI
- Classify
- Show images and text about the classification
Open in your browser: https://imc-angular-nine.vercel.app/
-
Clone the repository:
git clone https://github.com/FelipePaterni/IMC-Angular.git
-
Navigate to the project folder:
cd Angular-Calc
-
Install the dependencies:
npm install
-
Run the project:
ng s -o
-
Open in your browser: http://localhost:4200