A small vanilla-JS password generator. Pick a length, toggle the character classes you want (uppercase, lowercase, numbers, symbols), generate, and copy to clipboard with one click.
Tech
- HTML
- CSS
- JavaScript (no dependencies)
Run it locally
Clone the repo and open index.html in a browser:
git clone https://github.com/Vette1123/Passowrd-Generator.git
cd Passowrd-Generator
# open index.htmlFeatures
- Length slider (any value you like)
- Toggle which character sets are included
- One-click copy of the generated password