Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 799 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 799 Bytes

Password Meter 🚗

Use to check your password strength by checking wheather your password has this following things

  1. UpperCase Alpha 🔠
  2. LowerCase Alpha 🔡
  3. Symbol Symbol 💡
  4. Numerical 🔢
  5. Has length of 8 or more then 8 ✅

Features 🚀

  • Real-time password strength assessment 📊.
  • Visualization of password strength using a progress bar ⚙️.
  • Suggestions for improving password security 🛡️.
  • No storage or retention of entered passwords for user privacy 🙅.
  • Lightweight and easy-to-use 💡.

Screen-shot

Screenshot 2023-09-29 205111

Running it locally 🌟

$ cd password-generator
$ npm install
$ npm run dev