A simple and secure strong password generator.
![genratr-v4](https://private-user-images.githubusercontent.com/6112201/367529414-34944461-14d6-4cee-8174-b12cd3de63db.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MjE0MjAsIm5iZiI6MTczOTcyMTEyMCwicGF0aCI6Ii82MTEyMjAxLzM2NzUyOTQxNC0zNDk0NDQ2MS0xNGQ2LTRjZWUtODE3NC1iMTJjZDNkZTYzZGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMTU1MjAwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTg5YmQzNzBmNjYwMWI0NWUxNjEwMDEwMDViYjVlY2MzMTM2ZTk1YmQwYjRhMTk4ZjRkYzI2NmRkYTYwNmM4ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.50HqHqnmId3t62ytd-eZ7cCS0a94OcUPJRGTFkRvwU4)
- 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.