https://github.com/rojcode/bmi
📊 BMI Calculator A simple and responsive web application for calculating Body Mass Index (BMI) in real-time. Input your weight and height, adjust sliders, and get instant feedback on your BMI and weight status. Contributions welcome! 💪🏋️♂️
https://github.com/rojcode/bmi
bmi javascript js webapp
Last synced: 2 months ago
JSON representation
📊 BMI Calculator A simple and responsive web application for calculating Body Mass Index (BMI) in real-time. Input your weight and height, adjust sliders, and get instant feedback on your BMI and weight status. Contributions welcome! 💪🏋️♂️
- Host: GitHub
- URL: https://github.com/rojcode/bmi
- Owner: rojcode
- License: mit
- Created: 2024-01-30T12:52:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T13:04:23.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:48:41.923Z (4 months ago)
- Topics: bmi, javascript, js, webapp
- Language: JavaScript
- Homepage: https://rojcode.github.io/BMI/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMI Calculator

This is a simple BMI (Body Mass Index) calculator web application written in HTML, JavaScript, and CSS. It allows users to input their weight and height, calculates their BMI, and displays the result with a color-coded indication of their weight status.
### Usage
1. Open the application in your web browser.
2. Adjust the weight and height sliders to your desired values.
3. The BMI and weight status will be calculated and displayed in real-time.### Contributing
Contributions are welcome! If you have suggestions, improvements, or bug fixes, feel free to open an issue or create a pull request.