This is a Simple Next.js project to calculate BMI for individuals over 20+ years.
- Node.js 22.x or higher
- Windows, MacOS or Linux operating system
1.Clone the repository:
git clone https://github.com/visrm/bmi-calculator.git
2.Install node_modules & start server
npm install && npm run start
To use the BMI Calculator you need to :
- Enter height of the individual (in meters).
- Enter weight of the individual (in kilograms).
- Submit inputs using
Show BMI
button. - Scroll down to see your BMI Category & BMI Table.
