A simple password generator built with React that allows users to create strong passwords based on selected criteria like uppercase letters, lowercase letters, numbers, and symbols.
- Generate random passwords with customizable options:
- Include Uppercase Letters
- Include Lowercase Letters
- Include Numbers
- Include Symbols
- Set password length (between 10 and 20 characters)
- Copy the generated password to clipboard with one click
- User notifications for error handling (e.g., when no option is selected)
-
Clone the repository:
https://github.com/AhsanYaqoob/Password_Generator