The project was created while attending the JavaScript - Jedyny Kurs, Którego Potrzebujesz created by Mateusz Maj. The project was created to practice the basic JavaScript functionalities presented in the course.
It is a simple application that allows users to verify the security of their password.
Features:
- Enter the password you want to verify
- Get information about the security of your password (weak, good and very good password)
Technologies used to build this application:
Below you find all scripts to clone and run this application.
git clone https://github.com/KingaMiroslaw/password-validator.git
Open the HTML file in a browser window. To do this, right-click on the index.html file in VSC and then select Open with Live Server.