https://github.com/chicolucio/bmi
A simple Body Mass Index (BMI) calculator
https://github.com/chicolucio/bmi
bmi bmi-calculator javascript netlify
Last synced: 3 months ago
JSON representation
A simple Body Mass Index (BMI) calculator
- Host: GitHub
- URL: https://github.com/chicolucio/bmi
- Owner: chicolucio
- License: mit
- Created: 2022-08-03T21:06:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T11:41:21.000Z (about 3 years ago)
- Last Synced: 2025-03-20T19:37:16.006Z (7 months ago)
- Topics: bmi, bmi-calculator, javascript, netlify
- Language: JavaScript
- Homepage: https://simple-bmi.netlify.app/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.linkedin.com/in/flsbustamante/)
[](LICENSE)
[](https://github.com/chicolucio/bmi/issues)
[](https://app.netlify.com/sites/simple-bmi/deploys)
![]()
# Simple BMI
A simple Body Mass Index (BMI) calculator.
I made this project to practice fundamental skills on HTML, CSS and Javascript.
Tests on Javascript code were made with [Jest](https://jestjs.io/).A live version of the app can be seen clicking on the button below:
The app was deployed on Netlify.
---
To run a local version:
```
git clone git@github.com:chicolucio/bmi.git
cd bmi
npm install
npm test
```All tests must pass. Now, use any live server tool and open `index.html`.
For example, there is [this live server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) for VSCode.---
See my portfolio and more:
[](https://franciscobustamante.com.br)
[](https://www.linkedin.com/in/flsbustamante/)