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

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

Learn Jest using BMI Calculator
https://github.com/mickaelandrieu/bmi-calculator

Last synced: 7 months ago
JSON representation

Learn Jest using BMI Calculator

Awesome Lists containing this project

README

          

## BMI Calculator

React Hooks app to calculate the BMI of a person. It can store the data for 7 days with the help of LocalStorage.

![](images/1.jpg)

Created with _create-react-app_. See the [full create-react-app guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).

## Install

`npm install`

## Usage

`npm start`

## Test

`npm test`

## Note

This is a fork of [BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator) for teaching/learning purposes.

> Do **not** use this fork in production.