asbhogal / Password-Strength-Checker

An online tool which checks the strength of the password entered and advises the user to create a 'strong' one if it is considered 'weak' or 'medium'. This leverages JavaScript regex, and is built using HTML5 and CSS3 (SCSS.)

Home Page:https://password-strength-checker-nine.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Strength Checker



GitHub deployments GitHub code size in bytes GitHub repo size

An online tool which checks the strength of the password entered and advises the user to create a 'strong' one if it is considered 'weak' or 'medium'. This leverages JavaScript regex, and is built using vanilla HTML5 and CSS3 (SCSS.)

✔️ Features

  • UI-friendly interface which uses dynamic strength meter to signify current password strength
  • An option to show/hide password entered
  • Checks if at least 8 lowercase, uppercase, numbers and/or special characters have been entered
  • Checks if there are any repeat characters
  • Modern, stylish theme
  • Full responsiveness
  • Optimised for the web

🤓 Stacks Used

html5 css3 sass JavaScript Webpack logo

🔗 Links

About

An online tool which checks the strength of the password entered and advises the user to create a 'strong' one if it is considered 'weak' or 'medium'. This leverages JavaScript regex, and is built using HTML5 and CSS3 (SCSS.)

https://password-strength-checker-nine.vercel.app


Languages

Language:JavaScript 45.2%Language:SCSS 35.3%Language:HTML 19.4%