Password generator built with Angular.
Originally generated with Angular CLI 17.2.3, later updated to Angular 21.
👉 Password Generator (Click Here)
- Generate secure random passwords.
- Configure length of the password.
- Enable/disable:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
- Copy password to clipboard in one click.
- Simple, clean and responsive UI.
Clone Repository
git clone https://github.com/dfleper/PasswordGenerator.gitnpm installRun the development server with:
ng serveThen navigate to:
http://localhost:4200/- 🛠 Visual Studio Code
- 🛠 Node.js
- 🛠 Angular

