Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahanranasingha/bmi-calculator
Calculate your BMI value
https://github.com/sahanranasingha/bmi-calculator
bmi bmi-calculator bmicalculator bodymassindex webapp
Last synced: about 1 month ago
JSON representation
Calculate your BMI value
- Host: GitHub
- URL: https://github.com/sahanranasingha/bmi-calculator
- Owner: sahanRanasingha
- Created: 2023-04-27T06:40:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T12:30:54.000Z (about 1 year ago)
- Last Synced: 2024-01-28T01:16:15.778Z (about 1 year ago)
- Topics: bmi, bmi-calculator, bmicalculator, bodymassindex, webapp
- Language: HTML
- Homepage: https://bmi-calculator-37efb.web.app
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
This is a simple BMI (Body Mass Index) calculator web application created using HTML, CSS, and JavaScript.
## Demo
Check out the live demo: [BMI Calculator](https://bmi-calculator-37efb.web.app)
## Features
- Calculate BMI based on user input (height and weight).
- Provides interpretation of the calculated BMI.
- Responsive design for various screen sizes.## Technologies Used
- HTML
- CSS
- JavaScript## How to Use
1. Visit the [BMI Calculator](https://bmi-calculator-37efb.web.app) website.
2. Enter your height (in meters or feet) and weight (in kilograms or pounds).
3. Click the "Calculate BMI" button.
4. View the calculated BMI and interpretation.## Screenshots
Include screenshots of your application in this section to give users a visual representation.
## Getting Started
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/sahanRanasingha/BMI-Calculator.git