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: about 1 month ago
JSON representation
Create App "BMI Calculator" on React.js + Ionic 5 + Typescript
- Host: GitHub
- URL: https://github.com/belchenkov/react_ionic_ts_bmi_calc
- Owner: Belchenkov
- Created: 2020-07-08T09:42:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-26T22:32:58.000Z (6 months ago)
- Last Synced: 2025-11-29T05:57:05.328Z (6 months ago)
- Topics: capacitor, ionic, ionicons, react, scss, typescript
- Language: TypeScript
- Homepage: http://react-ionic-ts-bmi-calc-ab.surge.sh/
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
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
```