BMI Calculator is a web application that helps users calculate their Body Mass Index (BMI) to determine if they have a healthy weight. The application provides a simple form for users to input their gender, age, weight, and height, and then calculates and displays their BMI along with a weight status category.
- Calculate BMI based on user input
- Determine if the user's weight is ideal
- Mobile-friendly design
- HTML
- CSS
- JavaScript
To run this project locally, you need a web browser and a text editor.
- Clone the repository:
git clone git@github.com:donnitriosa/BMI-Calculator.git
- Navigate to the project directory:
cd BMI-Calculator
- Open
index.htmlin your web browser to view the application.
- Open the application in your web browser.
- Fill out the form with your gender, age, weight, and height.
- Click the "Hitung BMI" button to calculate your BMI.
- View the results, including your BMI value and weight status.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add some feature). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.