Skip to content

Commit 5888b56

Browse files
authored
Merge pull request #945 from dhairyagothi/main
captcha-code generator added
2 parents 6aaee9e + c240dd4 commit 5888b56

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/data/showcase/captcha-code.png

60.3 KB
Loading

src/data/userData.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,15 @@ export const Users: User[] = [
128128
source: "https://github.com/ParnaRoyChowdhury777/ScanMe",
129129
tags: ["opensource", "product", "html", "css", "javascript", "vanilla"],
130130
},
131+
{
132+
title: "Captcha-Code Generator",
133+
description:
134+
"It generates a Captcha code based on the user's input and validates the user's input with the generated Captcha code.",
135+
preview: require("./showcase/captcha-code.png"),
136+
website:
137+
"https://50-days-50-web-project.vercel.app/captcha/captcha.html",
138+
source:
139+
"https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/captcha",
140+
tags: ["html", "css", "javascript"],
141+
},
131142
];

0 commit comments

Comments
 (0)