https://github.com/mirayatech/password-checker
A tool, which you can use to make sure, if you have a strong password or not 🔒
https://github.com/mirayatech/password-checker
css html javascript password
Last synced: about 2 months ago
JSON representation
A tool, which you can use to make sure, if you have a strong password or not 🔒
- Host: GitHub
- URL: https://github.com/mirayatech/password-checker
- Owner: mirayatech
- Created: 2022-05-21T14:26:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T06:00:19.000Z (over 3 years ago)
- Last Synced: 2023-12-28T13:55:22.826Z (over 2 years ago)
- Topics: css, html, javascript, password
- Language: CSS
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Checker
A tool, which you can use to make sure, if you have a strong password or not 🔒
# About this project 🚀
When you are in the website, you can see an input with a label on top of the one that says password and on the right side of the input there is an eye. When you enter a password in the input, it will tell you if your password is strong enough, through a line below the input with three different colors (red is weak, yellow is medium and green is strong). To be able to see your password in the input, you must press the eye symbol (the input will change it's attribute, to text).
## Technologies 🛠️
* `HTML`
* `CSS`
* `JavaScript`
## How it looks 🎥
https://user-images.githubusercontent.com/71933266/170869374-61154c2a-c0ba-49a0-8011-561690b552e9.mp4