Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauti7/password-generator
Generate passwords based on certain characteristics selected by the user.
https://github.com/lauti7/password-generator
javascript reactjs tailwindcss typescript
Last synced: 23 days ago
JSON representation
Generate passwords based on certain characteristics selected by the user.
- Host: GitHub
- URL: https://github.com/lauti7/password-generator
- Owner: lauti7
- License: mit
- Created: 2021-08-23T01:37:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T19:33:57.000Z (over 3 years ago)
- Last Synced: 2024-11-05T17:58:31.096Z (2 months ago)
- Topics: javascript, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 831 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Generator
Generate passwords based on certain characteristics selected by the user.
## Built with:
Typescript, React JS, TailwindCSS, and [Password strength checked - zxcvbn](https://github.com/dropbox/zxcvbn)
## User Can:
- Select the length of the generated password
- Select one or multiple of the following: `Include uppercase letters`, `Include lowercase letters`, `Include numbers`, `Include symbols`
- By clicking the `Generate password` button, the user can see a password being generated
- Click a `Copy to clipboard` button which will save the password to the clipboard
- See the password strength## TODOs:
- [ ] Add tests.
- [ ] Add ESLint and Preetier.
- [ ] Turns into PWA.
- [ ] Add "last generated passwords".
- [ ] User can tag a generated password and save in browser local storage.