Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.91 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.91 KB

PassMaster - Password Generator App

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.

Features

  • 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

Installation

  1. Clone the repository: git clone https://github.com/your-username/passmaster.git
  2. Navigate to the project directory: cd passmaster
  3. Install dependencies: npm install
  4. Start the app: npm start Note: You will need to have Node.js and Expo CLI installed on your machine to run the app.

Screenshots:

home pass

Usage

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.

Contributing

If you would like to contribute to PassMaster, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m "Your commit message"
  4. Push to the branch: git push origin feature/your-feature-name
  5. Create a pull request

Code of Conduct

Please make sure to follow the [code of conduct](https://github.com/your-username/passmaster/blob/main/CODE_OF