In this project, based on the name, age and height of the user, the body mass index is calculated and the weight range is assessed.💚
About • How it works • Tech Stack • Author • License
💚 In this project, based on the name, age and height of the user, the body mass index is calculated and the weight range is assessed.
Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)
# Clone this repository
$ git clone git@github.com: ghenriquec / imc-calculator
# Access the project folder in your terminal
$ cd imc-calculator
# Install extension Live Server in Visual Studio Code
$ Open VSCode and type ctrl+P, type ext install ritwickdey.liveserver.
# Run the application in Live Server
# The application will open on the port: 5500 - go to http://127.0.0.1:5500
The following tools were used in the construction of the project:
- HTML
- CSS
- Java Script
- JQuery
- Editor: Visual Studio Code
- Extensions: Live Server
- Fonts: Poppins, Source Sans Pro
- Packages: JQuery Mask
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature "
- Submit your changes:
git push origin my-feature
Made with love by Guilherme Henrique 👋🏽 Get in Touch!