/bmi

Primary LanguageJavaScript

💪 BMI Calculator

BMI (Body Mass Index) is an international number used for calculate the ideal weight of a person.

🏁 Start

  • First clone this repo

      git clone https://github.com/octaviobarbosa/bmi
  • Install all packages

      Yarn
    
      or
    
      npm install
  • Start project

        Yarn start
    
        or
    
        npm start

🔥 How to use

You must enter your height and weight in the application and click on "calculate". This will show your BMI and the risk of that weight on the chart.

It is interesting to choose your unit values by clicking on the unit button.

📋 About this project

This project was created by my friend Rayllander Sotero to solve a challenge using HTML5, CSS3 and Javascript.

My challenge was to recreate in React JS.

🚀 Languages and technologies