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

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

Awesome Lists containing this project

README

          

[![author](https://img.shields.io/badge/Author-Francisco Bustamante-red.svg)](https://www.linkedin.com/in/flsbustamante/)
[![MIT license](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![contributions welcome](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg?style=flat)](https://github.com/chicolucio/bmi/issues)
[![Netlify Status](https://api.netlify.com/api/v1/badges/c8e28a0f-4b5f-4b11-b221-d36e271f3882/deploy-status)](https://app.netlify.com/sites/simple-bmi/deploys)


featured image

# 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:



launch app

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:
[![portfolio](https://img.shields.io/badge/portfolio-00A98F?style=for-the-badge&logo=About.me&logoColor=white)](https://franciscobustamante.com.br)
[![linkedin](https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/flsbustamante/)