This is a simple, modern web application for generating passwords. The app offers two modes:
- Grouped Mode: Generates a password divided into several groups (default: 6 characters per group), e.g.,
ABCdef-GHIjkl-MNOprs. - String Mode: Generates a continuous password with a user-defined length that includes letters, numbers, and special characters.
The generated password is automatically copied to the clipboard.
- Modern, responsive design using HTML5, CSS3, and JavaScript.
- Clipboard support via the modern Clipboard API.
- User-friendly interface: Choose the mode, adjust parameters, and instantly receive your password.
-
Clone the repository:
git clone https://github.com/your-username/password-generator-webapp.git