Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryana265/bmi-calculator-javascript-project


https://github.com/ryana265/bmi-calculator-javascript-project

Last synced: about 17 hours ago
JSON representation

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.