neobyvatel / node_BMI_calc

node_BMI_calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMI Calculator Web App

This web application calculates Body Mass Index (BMI) based on user-provided height and weight values. It helps users determine their BMI category, such as underweight, normal weight, overweight, or obese.

Features

  • BMI Calculation: The application calculates BMI using the formula: BMI = weight / (height * height).

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/webassignment-1.git
    
  2. Redirect to the repository folder

  3. Install dependencies

npm install 

This will install packages listed in package.json (devDependencies)

  1. run the dev server:
npm run dev

and connect to the http://localhost:3000/

5.Enter values and get the result

About

node_BMI_calculator


Languages

Language:HTML 77.8%Language:JavaScript 22.2%