https://github.com/lyannabueno/calculadora_imc
This is a simple website built that allows users to calculate their Body Mass Index (BMI) based on their weight and height. In addition to calculating the BMI, the application displays the corresponding classification (underweight, normal weight, overweight, obesity) and presents a table with BMI ranges for better understanding.
https://github.com/lyannabueno/calculadora_imc
bootstrap5 css3 git html5 javascript nodejs reactjs vitejs webdevelopment
Last synced: 3 months ago
JSON representation
This is a simple website built that allows users to calculate their Body Mass Index (BMI) based on their weight and height. In addition to calculating the BMI, the application displays the corresponding classification (underweight, normal weight, overweight, obesity) and presents a table with BMI ranges for better understanding.
- Host: GitHub
- URL: https://github.com/lyannabueno/calculadora_imc
- Owner: lyannabueno
- Created: 2024-11-17T19:49:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T14:51:29.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:17:39.800Z (over 1 year ago)
- Topics: bootstrap5, css3, git, html5, javascript, nodejs, reactjs, vitejs, webdevelopment
- Language: JavaScript
- Homepage: https://calculadora-imc-flax-ten.vercel.app/
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI CALCULATOR

## Features π
- **Fast Development**: React working seamlessly with Vite for fast development and hot reloading.
- **Optimized Build**: Use Viteβs powerful build system for optimized production builds.
- **Modern JavaScript**: Configured to support the latest JavaScript features out of the box.
## Technologies Used π
#### What I learned in this project:
- How to set up React with Vite for a fast development environment.
## How to Navigate πΉοΈ
You can visit the live project or run it locally by following the instructions below.
### Steps to Run
1. **Clone or download the repository:**
```bash
https://github.com/lyannabueno/calculadora_IMC.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Run the project for development:**
```bash
npm run dev
```
4. **Build for production:**
```bash
npm run build
```
## Contributions π«
Contributions to enhance this calculator are welcome. Fork the repository, make your improvements, and submit a pull request.
## Contact π©
Ana Bueno - anabuenogomes@hotmail.com
Project link: https://calculadora-imc-flax-ten.vercel.app/