A simple and customizable password generator built with HTML, CSS, and JavaScript. This tool generates strong passwords with options for uppercase letters, lowercase letters, numbers, and symbols, as well as a strength indicator to assess password quality.
- Generate secure passwords of customizable lengths.
- Options to include uppercase letters, lowercase letters, numbers, and symbols.
- Password strength indicator (weak, medium, strong).
- Copy password to clipboard functionality.
- HTML: Structure and elements of the password generator.
- CSS: Styling for the layout, buttons, and dynamic visual feedback.
- JavaScript: Logic for password generation, strength calculation, and clipboard functionality.