https://github.com/maxjdev/bmi_calculator-using-react_bootstrap_javascript
BMI Calculator using React, JavaScript, Boostrap, HTML, CSS, Vite
https://github.com/maxjdev/bmi_calculator-using-react_bootstrap_javascript
bootstrap css html javascript react vite
Last synced: 12 months ago
JSON representation
BMI Calculator using React, JavaScript, Boostrap, HTML, CSS, Vite
- Host: GitHub
- URL: https://github.com/maxjdev/bmi_calculator-using-react_bootstrap_javascript
- Owner: maxjdev
- Created: 2023-12-25T16:10:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:55:27.000Z (about 2 years ago)
- Last Synced: 2025-01-02T23:15:55.797Z (about 1 year ago)
- Topics: bootstrap, css, html, javascript, react, vite
- Language: JavaScript
- Homepage: https://ebac-front-react-imc-calc.vercel.app
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project: BMI Calculator using React, Bootstrap, JavaScript and Vite Deploy
### Techs Used






## Description
A minimalist BMI Calculator using React, Bootstrap, Vite, JavaScript, HTML, CSS.
## BMI Interpretation Categories
- Underweight: BMI less than 18.5
- Normal weight: BMI between 18.5 and 24.9
- Overweight: BMI between 25 and 29.9
- Obesity: BMI of 30 or more
## How to Start the Project
- **Clone the Repository:**
```bash
git clone https://github.com/your-username/repository-name.git
```
```bash
cd repository-name
```
```bash
npm install
```
```bash
npm run dev
```
## Contributing
We welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.
### How to Contribute
1. Fork the project.
2. Create a branch for your contribution: `git checkout -b my-contribution`.
3. Make your changes and commit: `git commit -m 'Add my contribution'`.
4. Push to your branch: `git push origin my-contribution`.
5. Open a pull request for review.
## Feedback and Issues
If you have contributions, suggestions, or feedback, feel free to open an issue.