A simple password generator built with JavaScript.
The user can generate secure random passwords by selecting the desired character types and password length.
- Generate random passwords
- Choose password length
- Include lowercase letters
- Include uppercase letters
- Include numbers
- Include special characters
- Password strength indicator
- HTML
- CSS
- JavaScript
- Generating random values with
Math.random() - Working with checkboxes and user input
- Basic DOM manipulation
- Handling form inputs in JavaScript
- Creating dynamic UI updates
- Select the character types you want
- Choose the password length
- Click generate
- Copy and use your password
Software engineering student at ITS