Skip to content

maheesh59/first_gitrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 BMI Calculator Website

A simple Body Mass Index (BMI) calculator built with HTML, CSS, and JavaScript — containerized using Docker.

🚀 How to Run

Using Docker

docker build -t bmi-calculator .
docker run -d -p 8080:80 bmi-calculator

Then open your browser at http://localhost:8080.

📂 Project Structure

index.html
style.css
script.js
Dockerfile
README.md

💡 Features

  • Calculates BMI based on weight and height.
  • Displays result and category (Underweight, Normal, Overweight, Obese).
  • Responsive design and clean UI.

About

cloud automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors