Skip to content

Commit ae093fb

Browse files
committed
ADD Dictonary
1 parent 13c5246 commit ae093fb

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

src/data/showcase/Dictonary.png

35.5 KB
Loading

src/data/userData.tsx

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,27 @@ export const Users: User[] = [
147147
tags: ["opensource", "product", "web3", "css", "javascript", "react"],
148148
},
149149

150-
// Dictionary
151-
{
152-
title: "Portfolio",
153-
description:
154-
"used for show casing your skills certificate and also it is a one kind of your resume.",
155-
preview: require("./showcase/portfolio.png"),
156-
website: "https://kartikmehta18.github.io/myportfolio/",
157-
source: "hhttps://github.com/kartikmehta18/myportfolio",
158-
tags: ["opensource", "portfolio", "css", "javascript", "html"],
159-
},
150+
// Portfolio
151+
{
152+
title: "Portfolio",
153+
description:
154+
"used for show casing your skills certificate and also it is a one kind of your resume.",
155+
preview: require("./showcase/portfolio.png"),
156+
website: "https://kartikmehta18.github.io/myportfolio/",
157+
source: "https://github.com/kartikmehta18/myportfolio",
158+
tags: ["opensource", "portfolio", "css", "javascript", "html"],
159+
},
160+
161+
// Dictonary app
162+
{
163+
title: "Dictonary",
164+
description:
165+
"Dictionary API is use for any english literature project of any geammer project which is used to find the meaning of words and where you can search for words and it outputs word meaning, word pronunciation, audio pronunciation and usage example.",
166+
preview: require("./showcase/Dictonary.png"),
167+
website: "https://kartikmehta18.github.io/Dictonary-app/",
168+
source: "https://github.com/kartikmehta18/Dictonary-app",
169+
tags: ["opensource", "portfolio", "css", "javascript", "html"],
170+
},
160171

161172
// Currency Converter Clone
162173

0 commit comments

Comments
 (0)