Genratr
1.0.0
A simple and secure strong password generator.
Visit the Genratr website to explore the app and its features.
Under testing - Coming soon!
Make sure to install all the dependencies using Yarn:
yarnTo run the app in development mode with hot-code reloading and error reporting:
yarn startOr start specifically for each platform:
Start for Android:
yarn androidStart for iOS:
yarn iosStart for Web:
yarn webTo build the app for different platforms, use the following commands:
Local Android APK Build:
yarn local-build:apkLocal Android AAB Build:
yarn local-build:aabLocal iOS IPA Build:
yarn local-build:ipaCloud Build for Android:
yarn cloud-build:androidCloud Build for iOS:
yarn cloud-build:iosBuild for Web:
yarn build:webFor cleaning up and preparing a new build:
yarn prebuildTesting across browsers and devices is supported by BrowserStack.

Genratr is licenced under the MIT licence.