initial commit

This commit is contained in:
CaffeineFueled 2025-03-03 21:04:38 +01:00
commit 846f7d2c25
No known key found for this signature in database
GPG key ID: 739D3C8D00944004
2 changed files with 245 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Generic JS Password Generator
Really simple JS-only password generator with various options. Feedback is appreciated.
**[Live Version](https://ittavern.com/password-generator/)**
# TODO
- [ ] Add License
- [ ] check random function (pseudo?)
- [ ] some UI changes