Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keerthanachowdary21/bmi-calculator

IBM
https://github.com/keerthanachowdary21/bmi-calculator

ibm react-hooks useeffect-hook

Last synced: about 2 months ago
JSON representation

IBM

Awesome Lists containing this project

README

        

# BMI Calculator

A responsive **Body Mass Index (BMI)** calculator built with React.js. This application helps users dynamically calculate their BMI based on height and weight. The app stores the height and weight values in the browser's local storage for persistence and updates the page title with the current BMI value.

## Features

- Increment/Decrease height and weight using interactive buttons.
- Displays the current BMI value based on the input.
- Stores height and weight in local storage for persistence.
- Dynamically update the page title with the BMI value.
- Clean and user-friendly UI.

## Preview

![BMI Calculator Screenshot](https://drive.google.com/uc?id=1DUFLu_ZXamjf7ej630FNYQk9kkJ3XQRm)

## How to Use
- Launch the application.
- Use the **+** and **-** buttons to adjust your height (cm) and weight (kg).
- View the calculated BMI in the result area.
- The app will remember your height and weight for future visits.