Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.45 KB

Password Strength Checker

An application that evaluates the strength of a user's password and provides suggestions for making it stronger. It helps users create secure passwords by giving real-time feedback based on commonly accepted best practices.

Table of Contents

Features

  • Real-Time Evaluation: Analyze password strength as the user types.
  • Visual Feedback: Display a strength meter that changes color and label (e.g., Weak, Medium, Strong) based on password strength.
  • Detailed Suggestions: Provide actionable tips to improve password security (e.g., use a mix of upper and lower case letters, numbers, and symbols).
  • User-Friendly Interface: Simple and intuitive design that guides users toward creating a strong password.

Options

  • Password Length: Check if the password meets the minimum required length (commonly 8 characters).
  • Character Variety:
    • Lowercase Letters: Include lowercase letters (a-z).
    • Uppercase Letters: Include uppercase letters (A-Z).
    • Numbers: Include numeric characters (0-9).
    • Symbols: Include special characters (!@#$%^&* etc.).

Built With

  • React - A JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.