BMI Calculator
Visit siteProject Summary
This is an Body Mass Index (BMI) Calculator project built with Next.js and TailwindCSS.
🚀 Features
- Calculates the Body Mass Index (BMI) based on weight and height.
- Simple and responsive interface.
- Built with Next.js and styled with TailwindCSS.
- Ready for shadcn component integration.
📦 Installation
Clone the repository and navigate to the project directory:
git clone https://github.com/DelgadoElias/bmi-calculator.git
cd bmi-calculator
Install dependencies:
npm install
# or
yarn install
pnpm install
▶️ Usage
To start the development server:
npm run dev
# or
yarn dev
pnpm dev
Open http://localhost:3000 in your browser.
📜 License
This project is licensed under the MIT License. Feel free to contribute and improve it!
⚡ Made with ❤️ using Next.js and TailwindCSS.