Use to check your password strength by checking wheather your password has this following things
- UpperCase Alpha 🔠
- LowerCase Alpha 🔡
- Symbol Symbol 💡
- Numerical 🔢
- Has length of 8 or more then 8 ✅
- 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 💡.
$ cd password-generator
$ npm install
$ npm run dev