Skip to content

matheusleiner/typescript-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A small client-side password generator built with HTML, CSS and TypeScript.

Features

  • Generate passwords with configurable length (8–99).
  • Toggle inclusion of lower-case, upper-case, numbers and symbols.
  • Copy generated password to clipboard.
  • Minimal, dependency-free frontend.

Contributing

Feel free to open issues or send pull requests for improvements.