aragonxpd154 / landing-page-imc

This code creates a web page with a BMI calculator. Users can input their weight and height, and the code calculates and displays the BMI on the page using JavaScript.

Home Page:https://aragonxpd154.github.io/landing-page-imc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

landing-page-imc

The purpose of this code is to create a Body Mass Index (BMI) calculator on a web page. The code establishes an HTML structure with fields to input a person's weight and height, a button to calculate the BMI, and displays the calculation result on the page. The code also includes a JavaScript script that will be executed to perform the BMI calculation and display the result on the page.

Github top language Github laguage count Repository size Github last commit Repository issues Github license

Technologies   |    How To Use   |    License

Demo on Photo

🚀 Technologies

This project is still in the development stage and using the following technologies

  • HTML, CSS and JS

ℹ️ How To Use

Certifique-se de que o arquivo .sh tenha permissões de execução. Caso contrário, você pode usar o comando chmod para conceder as permissões necessárias. Por exemplo:

To clone and download all project directories you can use Git, or any other specific program.

To clone the current directory use the command:

# Clone this repository
$ git clone https://github.com/aragonxpd154/landing-page-imc

📝 License

This project is under the GPL v3.0 license. See the LICENSE for more information.


Made with ♥ by Marcos (Obel) 👋 Get in touch!

About

This code creates a web page with a BMI calculator. Users can input their weight and height, and the code calculates and displays the BMI on the page using JavaScript.

https://aragonxpd154.github.io/landing-page-imc/

License:GNU General Public License v3.0


Languages

Language:CSS 60.5%Language:JavaScript 22.1%Language:HTML 17.4%