Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keerthanachowdary21/bmi-calculator
- Owner: keerthanachowdary21
- Created: 2024-11-21T14:19:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T14:49:32.000Z (about 2 months ago)
- Last Synced: 2024-11-21T15:30:32.856Z (about 2 months ago)
- Topics: ibm, react-hooks, useeffect-hook
- Language: JavaScript
- Homepage: https://keertiibm.ccbp.tech/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.