This is a simple password validation tool that checks if a given password meets certain criteria such as containing uppercase letters, symbols, and numbers. The tool is built using HTML, CSS, and JavaScript.
Preview Link
💙 Join the channel to see more videos like this. Code_With_Pankaj
- At least 8 characters long
- At least one uppercase letter
- At least one symbol
- At least one number
- A responsive design.
- Effect of hovering.
- The width of the device will be automatically fixed.
To use the application, simply open the index.html file in your web browser. You can add tasks to the list by entering text in the input box and pressing enter, or by clicking the "Add Task" button. You can remove tasks from the list by clicking the "Delete" button next to the task. You can store the current list in local storage by clicking the "Store List" button, and retrieve the saved list from local storage by clicking the "Retrieve List" button.
This project is open for contributions. If you would like to contribute to this project, you can fork the repository and submit a pull request.
Contributions are always welcome!
See index.html
for ways to get started.
Please adhere to this project's code of conduct
.
https://password-validation-cwp.vercel.app/
If you have any feedback, please reach out to us at pankajbaliyan90@gmail.com
I learned many things while making this repository, i.e. how to make password validation.
Clone the project
git clone https://github.com/PankajBaliyan/Password-Validation.git
Go to the project directory
cd Password-Validation
Start code editor
code .
For support, email pankajbaliyan90@gmail.com or join our Slack channel.