Skip to content

Commit 72b5d8f

Browse files
authored
Merge pull request codeharborhub#3149 from kartikmehta18/URLShortner
ADD URLShortner
2 parents 78b8b6f + 4f87208 commit 72b5d8f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/data/showcase/URLShortner.png

26.9 KB
Loading

src/data/userData.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@ export const Users: User[] = [
108108
source: "https://github.com/komal-agarwal5/Giggle-Hub------Meme-Generator",
109109
tags: ["opensource", "product", "html", "css", "javascript"],
110110
},
111+
// URL Shortner
112+
113+
{
114+
title: "URL Shortner",
115+
description:
116+
"It Short URL by using the technique of API Fetching and also supports the feature of copy url.",
117+
preview: require("./showcase/URLShortner.png"),
118+
website: "https://url-shortner-tau-woad.vercel.app/",
119+
source: "https://github.com/kartikmehta18/URLshortner",
120+
tags: ["opensource", "product", "html", "css", "javascript"],
121+
},
111122

112123
// Age Calculator Clone
113124

0 commit comments

Comments
 (0)