Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/belchenkov/react_ionic_ts_bmi_calc

Create App "BMI Calculator" on React.js + Ionic 5 + Typescript
https://github.com/belchenkov/react_ionic_ts_bmi_calc

capacitor ionic ionicons react scss typescript

Last synced: 8 days ago
JSON representation

Create App "BMI Calculator" on React.js + Ionic 5 + Typescript

Awesome Lists containing this project

README

        

# BMI Calc (React/Ionic/TS)

> Build App "BMI Calculator" usage React + Ionic 5 + Typescript

### [Demo](http://react-ionic-ts-bmi-calc-ab.surge.sh)

#### Get Started
```sh
git clone
```
```sh
ionic serve
```
or
```sh
npm start
```

> Run on Android
```sh
ionic capacitor run android
```

> Run on IOS
```sh
ionic capacitor run ios
```