Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryana265/bmi-calculator-javascript-project
https://github.com/ryana265/bmi-calculator-javascript-project
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryana265/bmi-calculator-javascript-project
- Owner: Ryana265
- Created: 2024-10-16T06:49:17.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-16T06:51:40.000Z (about 1 month ago)
- Last Synced: 2024-10-18T00:59:32.118Z (about 1 month ago)
- Language: CSS
- Homepage: https://jsproject-bmicalculator.netlify.app/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
I developed this **BMI Calculator** project to practice my JavaScript skills and learn how to build interactive applications. The BMI (Body Mass Index) calculator allows users to input their weight and height and calculates their BMI, giving a simple indication of their health based on standard categories.
## Demo
![Screenshot 2024-10-16 121730](https://github.com/user-attachments/assets/d3a963cc-9844-4868-9c81-de8280a2668b)
## Features
- Simple interface to calculate BMI based on user input.
- Shows BMI result along with a health category:
- Underweight
- Normal weight
- Overweight
- Obese
- Responsive design, usable on mobile and desktop.## Technologies Used
- **HTML5** for creating the structure of the form.
- **CSS3** for basic styling.
- **JavaScript** to handle the calculation logic and dynamic updates.