https://github.com/aydgn/bmi-calculator
BMI (Body Mass Index) calculator made with Svelte.
https://github.com/aydgn/bmi-calculator
Last synced: over 1 year ago
JSON representation
BMI (Body Mass Index) calculator made with Svelte.
- Host: GitHub
- URL: https://github.com/aydgn/bmi-calculator
- Owner: aydgn
- Created: 2021-07-26T15:41:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T16:31:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T07:45:10.363Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bmi-calculator-svelte.vercel.app/
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
A [BMI](https://en.wikipedia.org/wiki/Body_mass_index "BMI") (Body Mass Index) calculator made with [Svelte](https://svelte.dev/ "Svelte").
## Installation
```bash
yarn
# or
npm i
```
to start dev server
```bash
yarn dev
# or
npm run dev
```