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
- Host: GitHub
- URL: https://github.com/mickaelandrieu/bmi-calculator
- Owner: mickaelandrieu
- License: mit
- Created: 2021-11-10T21:28:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T21:30:44.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T22:38:32.640Z (8 months ago)
- Language: JavaScript
- Size: 225 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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.