A simple and secure strong password generator.
- Monorepo structure for Web, Android, and iOS platforms.
- UI Improvements for a more intuitive experience.
- Save Passwords directly in your notebook for future use.
- Performance Enhancements for faster, smoother interactions.
- Upgraded to React Native for cross-platform compatibility and responsiveness.
Visit the Genratr website to explore the app and its features.
Under testing - Coming soon!
Make sure to install all the dependencies using Yarn:
yarn
To run the app in development mode with hot-code reloading and error reporting:
yarn start
Or start specifically for each platform:
-
Start for Android:
yarn android
-
Start for iOS:
yarn ios
-
Start for Web:
yarn web
To build the app for different platforms, use the following commands:
-
Local Android APK Build:
yarn local-build:apk
-
Local Android AAB Build:
yarn local-build:aab
-
Local iOS IPA Build:
yarn local-build:ipa
-
Cloud Build for Android:
yarn cloud-build:android
-
Cloud Build for iOS:
yarn cloud-build:ios
-
Build for Web:
yarn build:web
For cleaning up and preparing a new build:
yarn prebuild
Testing across browsers and devices is supported by BrowserStack.
Genratr is licenced under the MIT licence.