This is a simple password checker web application that evaluates the strength of user-provided passwords. It checks for common patterns and provides feedback to help users create stronger passwords.
password-checker-app
├── src
│ ├── index.html # Main HTML document
│ ├── app.js # JavaScript for password checking functionality
│ └── styles
│ └── style.css # CSS styles for the web app
├── package.json # npm configuration file
└── README.md # Project documentation
- Validates password strength
- Checks for common patterns
- Provides user feedback on password strength
To get a local copy up and running follow these simple steps.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/yourusername/password-checker-app.git -
Navigate to the project directory:
cd password-checker-app -
Install the dependencies:
npm install
- Open
src/index.htmlin your web browser. - Enter a password in the input field and receive immediate feedback on its strength.
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.