Skip to content

dEagleProg/dEaglePasswordGenerator

Repository files navigation

🔗 LIVE - PasswordGenerator

Preview

Password Generator

Strong password generator with numbers and symbols included. Made with React, Tailwind CSS

Secure passwords

"Password Generator" is an application in which you can create a secure password for your accounts.

  • Password strength calculation. 💪🏻
  • Customizable options. 🔏

Features

  • 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.

Used technology

Languages

Frameworks

Libraries

  • [Iconify] - Icon library.
  • [react-copy-to-clipboard] - Component library.

Instalation

  1. Clone the repository
git clone https://github.com/dEagleProg/PasswordGenerator.git
  1. Install dependencies from NPM
npm i
  1. Mount the project locally
npm run dev

Deployment

Deployed on Vercel