A simple and customizable Password Generator web app built with HTML, CSS, and JavaScript. This app allows users to generate strong, random passwords based on selected criteria including length, uppercase letters, lowercase letters, numbers, and symbols. Great for learning DOM manipulation, working with user input, and enhancing personal security practices.
- Generate random password of customizable length
- Options to include:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
- Easy-to-use interface
- Copy password to clipboard functionality
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- Clone or download this repository.
- Open
index.htmlin your browser. - Select your desired password settings.
- Click “Generate Password” for a new password.
- Click the copy button to copy the generated password.

