This application is designed for generating secure passwords easily
- Passwords random generation: Generate a random 12 characters easily. (news upcoming)
- Clipboard Support: Quickly copy generated passwords to the clipboard.
- src/: Contains the main application logic.
- assets/: Stores any static assets.
- Clone the repository:
git clone https://github.com/gufvr/gen-pass.git
- Navigate to the project directory:
cd gen-pass
- Install dependencies:
npm install
Start the application:
npm start
You can download the APK file to run the application on your mobile device here.
This project is open-source and available under the MIT License.