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

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.

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
```