Skip to content

Commit 87b9f9c

Browse files
committed
Project: Algo is added
1 parent e6467d3 commit 87b9f9c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/data/showcase/algo.jpg

47.6 KB
Loading

src/data/userData.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,18 @@ export const Users: User[] = [
133133
description:
134134
"It generates a Captcha code based on the user's input and validates the user's input with the generated Captcha code.",
135135
preview: require("./showcase/captcha-code.png"),
136-
website:
137-
"https://50-days-50-web-project.vercel.app/captcha/captcha.html",
136+
website: "https://50-days-50-web-project.vercel.app/captcha/captcha.html",
138137
source:
139138
"https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/captcha",
140139
tags: ["html", "css", "javascript"],
141140
},
142-
];
141+
{
142+
title: "Algo",
143+
description:
144+
"Algo is a modern and responsive web application for learning and practicing algorithms.",
145+
preview: require("./showcase/algo.jpg"),
146+
website: "https://ajay-dhangar.github.io/algo/",
147+
source: "https://github.com/Ajay-Dhangar/algo",
148+
tags: ["opensource", "react", "typescript", "templates", "favorite"],
149+
},
150+
];

0 commit comments

Comments
 (0)