Skip to content

yavisht/Genratr

Repository files navigation

Genratr

A simple and secure strong password generator.

genratr-v4

What's New?

  • 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.

Official Website

Visit the Genratr website to explore the app and its features.

Mobile App

Under testing - Coming soon!

Installation

Make sure to install all the dependencies using Yarn:

yarn

Development

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

Building the App

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

Prebuild

For cleaning up and preparing a new build:

yarn prebuild

Browser and Device Testing Sponsor

Testing across browsers and devices is supported by BrowserStack.
BrowserStack Logo

License

Genratr is licenced under the MIT licence.