Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.)
https://github.com/asbhogal/password-strength-checker

css3 html5 javascript js password-checker password-strength regex regex-match regex-pattern sass scss vite

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

Password Strength Checker

![](https://api.checklyhq.com/v1/badges/checks/90c31d05-ae71-4382-8a29-44d820e023a7?style=for-the-badge&theme=dark) ![](https://api.checklyhq.com/v1/badges/checks/90c31d05-ae71-4382-8a29-44d820e023a7?style=for-the-badge&theme=dark&responseTime=true)

![GitHub deployments](https://img.shields.io/github/deployments/asbhogal/Password-Strength-Checker/production?label=DEPLOYMENT%20STATE&style=for-the-badge&labelColor=000) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/asbhogal/Password-Strength-Checker?style=for-the-badge&labelColor=000) ![GitHub repo size](https://img.shields.io/github/repo-size/asbhogal/Password-Strength-Checker?color=blueviolet&style=for-the-badge&labelColor=000)

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

:heavy_check_mark: 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

:nerd_face: Stacks Used



html5
css3
sass
JavaScript
Webpack logo

:link: Links

- Password Strength Checker