diff --git a/src/data/showcase/captcha-code.png b/src/data/showcase/captcha-code.png new file mode 100644 index 000000000..e7c165dd2 Binary files /dev/null and b/src/data/showcase/captcha-code.png differ diff --git a/src/data/userData.tsx b/src/data/userData.tsx index 5e903b18a..7272cb4a5 100644 --- a/src/data/userData.tsx +++ b/src/data/userData.tsx @@ -128,4 +128,15 @@ export const Users: User[] = [ source: "https://github.com/ParnaRoyChowdhury777/ScanMe", tags: ["opensource", "product", "html", "css", "javascript", "vanilla"], }, + { + title: "Captcha-Code Generator", + description: + "It generates a Captcha code based on the user's input and validates the user's input with the generated Captcha code.", + preview: require("./showcase/captcha-code.png"), + website: + "https://50-days-50-web-project.vercel.app/captcha/captcha.html", + source: + "https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/captcha", + tags: ["html", "css", "javascript"], + }, ]; \ No newline at end of file