🔗 LIVE - PasswordGenerator
Strong password generator with numbers and symbols included. Made with React, Tailwind CSS
"Password Generator" is an application in which you can create a secure password for your accounts.
- Password strength calculation. 💪🏻
- Customizable options. 🔏
- Darkmode: Ability to choose between different themes, light and dark, which has user persistence.
- Strength calculation: Depending on the options and number of characters, a calculation of the strength of the generated password is generated.
- [Iconify] - Icon library.
- [react-copy-to-clipboard] - Component library.
- Clone the repository
git clone https://github.com/dEagleProg/PasswordGenerator.git
- Install dependencies from NPM
npm i
- Mount the project locally
npm run dev
Deployed on Vercel