PassMaster is a password generator app built with React Native that allows you to create secure and unique passwords for your online accounts. With PassMaster, you can generate passwords of varying lengths and complexity, making it easier to create strong passwords that are difficult to crack.
- Generate passwords of varying length and complexity
- Customize your password with specific character sets (e.g. uppercase letters, numbers, special characters)
- Copy generated password to clipboard
- Clone the repository:
git clone https://github.com/your-username/passmaster.git
- Navigate to the project directory:
cd passmaster
- Install dependencies:
npm install
- Start the app:
npm start
Note: You will need to have Node.js and Expo CLI installed on your machine to run the app.
To use PassMaster, simply launch the app and tap the "Generate Password" button. From there, you can customize your password by selecting specific character sets and adjusting the length and complexity of your password. Once you have generated a password, you can copy it to your clipboard or save it for future use.
If you would like to contribute to PassMaster, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Your commit message"
- Push to the branch:
git push origin feature/your-feature-name
- Create a pull request
Please make sure to follow the [code of conduct](https://github.com/your-username/passmaster/blob/main/CODE_OF