diff --git a/Frontend-Projects/Image_based_Password_Strength/README.md b/Frontend-Projects/Image_based_Password_Strength/README.md
new file mode 100644
index 0000000000..505b75e703
--- /dev/null
+++ b/Frontend-Projects/Image_based_Password_Strength/README.md
@@ -0,0 +1,35 @@
+# Image based Password Strength
+It is a simple UI feature essentially useful for people exploring web development for the first time.
+The project also has a challenge to weigh symbols like $ and # differently to decrease blur. The changes need to be made in script.js. Go for it.
+
+## **Functionality**
+
+- As you increase the length of the password the strength or clarity of background dicreases as blur index decreases.
+
+
+
+
+## **Tech Stack 🎮**
+
+- HTML
+- CSS
+- JS
+- Tailwind CSS - Optional (very small role, used to give a preview to new developers)
+
+
+
+
+## **Screenshots 📸**
+
+![image](https://github.com/Shreyas-SAS/Dev-Geeks/assets/96542494/54fb53dc-16a4-4c0e-8004-ee2e5634aa18)
+
+
+
+
+## **Developed by 👦**
+
+[Shreyas Sukhadeve](https://github.com/Shreyas-SAS)
+
+
+
+### **Thanks for using this project**
diff --git a/Frontend-Projects/Image_based_Password_Strength/index.html b/Frontend-Projects/Image_based_Password_Strength/index.html
new file mode 100644
index 0000000000..4300cda01b
--- /dev/null
+++ b/Frontend-Projects/Image_based_Password_Strength/index.html
@@ -0,0 +1,53 @@
+
+
+