diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..e69de29b diff --git a/README.md b/README.md index 34f19f48..eecfab8b 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Please be aware that the demos may exhibit significant accessibility issues, suc - [Zoom When Hover](#zoom-when-hover) - [Debit Card Hover effect](#debit-card-hover) - [Progress Bar On Scroll](#ProgressOnScroll) +- [Password Strength Checker](#password-strength-checker) - [Pricing Table](#pricing-table) - **Contribution** - [Contributors](#contributors) @@ -1189,6 +1190,14 @@ A modern, interactive scroll-driven video animation created with pure CSS. Featu --- +## Password Strength Checker + +[](https://sudhanshu-raj.github.io/You-Dont-Need-JavaScript/) + +**[⬆ back to top](#quick-links)** + +--- + ## Horizontal Image Slider @@ -1272,4 +1281,4 @@ Let's build something great together! ## License -This project is licensed under the **GNU General Public License v3.0 (GPL-3.0)** — see the [LICENSE](LICENSE) file for details. +This project is licensed under the **GNU General Public License v3.0 (GPL-3.0)** — see the [LICENSE](LICENSE) file for details. \ No newline at end of file diff --git a/images/Password-Strength-Checker.png b/images/Password-Strength-Checker.png new file mode 100644 index 00000000..6d1a0d7f Binary files /dev/null and b/images/Password-Strength-Checker.png differ