An open API service indexing awesome lists of open source software.

https://github.com/stefanelli990/bmi-calculator

BMI calculator allows the user to choose their preferred unit system (metric or imperial), and then provide a quick summary of the user's BMI category and the health risks associated with it.
https://github.com/stefanelli990/bmi-calculator

composition-api iconify tailwindcss vite vuejs

Last synced: 6 months ago
JSON representation

BMI calculator allows the user to choose their preferred unit system (metric or imperial), and then provide a quick summary of the user's BMI category and the health risks associated with it.

Awesome Lists containing this project

README

          

# BMI Calculator

## Description

BMI calculator allows the user to choose their preferred unit system (metric or imperial), and then provide a quick summary of the user's BMI category and the health risks associated with it.

**[Live Preview](https://resilient-salmiakki-2e7d9e.netlify.app/)**: Try the BMI Calculator live.

## Features:

- **Unit System Selection**: The app allows users to choose between the metric and imperial unit systems.
- **BMI Calculation**: The app performs the BMI calculation using the provided weight and height values.
- **BMI Category Display**: The app provides a quick summary of the user's BMI category.
- **Health Risks Information**: The app offers information about the health risks associated with the calculated BMI category.
- **User-Friendly Interface**: An intuitive design ensures a seamless user experience.

## Technologies Used:

- **Vue.js** for building the frontend of the application.
- **Tailwind CSS** for styling and layout design.

## Installation

To run this project locally, follow these steps:

1. Clone the repository.
2. Install the required dependencies using `npm install`.
3. Start the development server with `npm run dev`.
4. Open your browser and navigate to `http://localhost:5173` to use the app.