rezamini / password-strength-tester

A basic showcase of a password strength test using HTML, CSS, and regular expressions (regex).

Home Page:https://rezamini.github.io/password-strength-tester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This repository is a basic showcase of a password strength test using HTML, CSS, and regular expressions (regex). It is a simple hobby project aimed at demonstrating how password strength can be evaluated, particularly using regex validations.

Getting Started

Run the server:

npx serve
# or
npx http-server

if you're using npx serve: Open [http://localhost:3000] in your web browser.

or if your are using npx http-server: Open [http://localhost:8080] in your web browser.

License

This project is licensed under the MIT License.

Acknowledgments

This repository was created with inspiration from various online resources and tutorials. Its creation has been driven by a thirst for learning, a desire to grasp new concepts, and a determination to engage in research and development.

About

A basic showcase of a password strength test using HTML, CSS, and regular expressions (regex).

https://rezamini.github.io/password-strength-tester/


Languages

Language:JavaScript 56.0%Language:CSS 32.5%Language:HTML 11.5%