A Password Generator web application built using React. This application allows users to generate random passwords with options to include numbers and special characters. Users can also easily copy the generated password to their clipboard.
- Generate random passwords
- Option to include numbers
- Option to include special characters
- Copy generated password to clipboard
-
Select Password Criteria:
- Choose the length of the password.
- Toggle options to include numbers and special characters.
-
Generate Password:
- Click on the "Generate Password" button to create a new password based on the selected criteria.
-
Copy Password:
- Click on the "Copy to Clipboard" button to copy the generated password.