Skip to content

pedadasaikrishna/passwordvalidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Password Validator

Welcome to the Password Validator project! This project helps you check if a password meets strong security criteria. It verifies if your password includes uppercase letters, lowercase letters, numbers, and special characters.

🛠 How to Get Started

1. Clone the Repository

To clone this project to your local machine, run the following command in your terminal:

git clone https://github.com/pedadasaikrishna/passwordvalidator.git

2. Install Dependencies

After cloning the repo, navigate to the project folder and install the dependencies with:

cd passwordvalidator
npm install

3. Run the Project

Start the development server with:

npm start

This will open the app in your browser at http://localhost:3000.

🔍 How to Test

You can test the password validation by typing a password into the input field and checking if it meets the following criteria:

  • At least 8 characters
  • At least one lowercase letter
  • At least one uppercase letter
  • At least one number
  • At least one special character

Example Passwords to Try:

  • Password123! ✔️
  • Strong@2024 ✔️
  • weakpassword
  • 123456
  • abcD@123 ✔️

🚀 Support & Contributions

If you encounter any issues or have suggestions for improvements, feel free to open an issue or contribute to the project! I appreciate your support.

Thank you for visiting my project! 🙏

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published