Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 3.98 KB

README.md

File metadata and controls

108 lines (76 loc) · 3.98 KB

Calculate your BMI and know which range you are on!

Body Mass Index Calculator

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.💚

GitHub language count Repository size Siga no Twitter GitHub last commit License Stargazers

Status: Finished

AboutHow it worksTech StackAuthorLicense

About

💚 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.


How it works

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/)

Running the application

# 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

Tech Stack

The following tools were used in the construction of the project:

Website


How to contribute

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save your changes and create a commit message telling you what you did: git commit -m" feature: My new feature "
  4. Submit your changes: git push origin my-feature

Author

Twitter Badge Linkedin Badge Gmail Badge


License

Made with love by Guilherme Henrique 👋🏽 Get in Touch!