Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.45 KB

Password Validator

A JavaScript-based password validation tool that checks the strength and validity of passwords based on specific criteria. This project allows users to validate passwords in real-time and provides feedback on how to make the password stronger.

🌐 Live Demo

Check out the live version of the project here:
Password Validator on Vercel

Vercel Deployment

📖 Features

  • Real-time Validation: As the user types, the password is validated against various rules such as length, use of numbers, special characters, and case sensitivity.
  • Strength Indicator: Displays the strength of the password based on the criteria met.
  • User Feedback: Provides feedback to help users understand how to create a stronger password.

🛠️ Built With

  • JavaScript: Core functionality for validating password strength.
  • HTML: Structure of the web page.
  • CSS: Styling and layout of the application.

🚀 Getting Started

Follow these steps to get a local copy of the project and run it on your machine.

Prerequisites

  • A web browser (like Chrome, Firefox, Safari, etc.)
  • Basic knowledge of HTML, CSS, and JavaScript

Installation

  1. Clone the repository:

    git clone https://github.com/priyankraychura/PasswordValidator-JS-Project.git