This project was done as part of the study of some technologies listed below.
- User can choose the password length.
- User can choose which filters to use in password creation:
- Uppercase letters
- Lowercase letters
- Symbols
- Numbers
- User can repeat the password generation indefinitely.
- User can copy the generated password to the clipboard with one click.
- User can view the strength of the generated password.
- React@Next.JS
- Typescript
- styled-components for styling
Install Dependencies
npm install
Run Application
npm run dev