Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maruf-pfc/bmi-calculator
A simple BMI Calculator built with Next.js and raw CSS that calculates Body Mass Index and provides fitness advice.
https://github.com/maruf-pfc/bmi-calculator
bmi-calculator hacktoberfest hacktoberfest2024
Last synced: 7 days ago
JSON representation
A simple BMI Calculator built with Next.js and raw CSS that calculates Body Mass Index and provides fitness advice.
- Host: GitHub
- URL: https://github.com/maruf-pfc/bmi-calculator
- Owner: maruf-pfc
- License: mit
- Created: 2024-10-04T12:44:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-04T15:09:14.000Z (about 1 month ago)
- Last Synced: 2024-10-18T11:27:39.691Z (28 days ago)
- Topics: bmi-calculator, hacktoberfest, hacktoberfest2024
- Language: JavaScript
- Homepage: https://bmi-calculatoor.vercel.app
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMI Calculator
This project is a simple Body Mass Index (BMI) Calculator built using Next.js and raw CSS. It allows users to input their weight and height to calculate their BMI and receive fitness advice based on the result.
![BMI Calculator](./app/output.png)
## Features
- **BMI Calculation**: Input weight and height to calculate your BMI.
- **Fitness Advice**: Receive personalized advice based on your BMI category.
- **Responsive Design**: User-friendly interface that works on both desktop and mobile devices.## Installation
To get started with the BMI Calculator, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/maruf-pfc/bmi-calculator.git
cd bmi-calculator
```2. **Install dependencies**:
```bash
npm install
```3. **Run the development server**:
```bash
npm run dev
```4. Open your browser and visit `http://localhost:3000` to see the application in action.
## Usage
- Enter your weight in kilograms.
- Enter your height in centimeters or feet and inches.
- Click the "Calculate BMI" button to see your BMI and receive fitness advice.## Contributing
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Acknowledgments
- Built with [Next.js](https://nextjs.org/)
- Styling with raw CSS