Bimax is a BMI calculator application. You can check your BMI by entering your body weight and height.
Clone this repo then open the directory with your terminal by executing
git clone https://github.com/TaufanP/Bimax.git
cd Bimax
Install all the packages
yarn install
If you want to run in iOS and you are using Mac OS, please execute pod
npx pod-install
Run the application on your device or use an iOS simulator
Developer who runs in a Windows operating system could use this command
yarn assembleDebug
For Mac OS simply run
yarn assembleDebugIos
The generated app would be stored in
Bimax/android/app/build/outputs/apk/debug/app-debug.apk
Get the android released version here.


