sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
1.96k stars 483 forks source link

[Vue]: Add solution for password-strength #349

Closed jaydadhaniya closed 7 months ago

jaydadhaniya commented 7 months ago

Framework/code-stack

Vue

Description

I want to create a Password-strength check mini-challenge in VueJs, showing the entered password strength based on all the checks. Checks include at least 8 characters with one lowercase, one uppercase, one number, and one symbol character should be there.

The tech stack is VueJS

Similar challenges

No

Screenshots

Password Strength check

Additional Context

No response