Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.