Skip to content

Commit 9033d98

Browse files
authored
Merge pull request #3810 from kartikmehta18/Dictionary-app
Dictionary app
2 parents b8de4bb + 0210d0b commit 9033d98

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

src/data/showcase/Dictonary.png

35.5 KB
Loading

src/data/userData.tsx

+12
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@ export const Users: User[] = [
146146
tags: ["html", "css", "javascript"],
147147
},
148148

149+
// Dictonary app
150+
151+
{
152+
title: "Dictonary",
153+
description:
154+
"In this Dictonary search for words and it outputs word meaning, word pronunciation and usage example.",
155+
preview: require("./showcase/Dictonary.png"),
156+
website: "https://kartikmehta18.github.io/Dictonary-app/",
157+
source: "https://github.com/kartikmehta18/Dictonary-app",
158+
tags: ["opensource", "portfolio", "css", "javascript", "html"],
159+
},
160+
149161
// Portfolio
150162
{
151163
title: "Portfolio",

src/data/users.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const Tags: { [type in TagType]: Tag } = {
7878
label: "Next.js",
7979
description: "",
8080
color: "#000000",
81-
},
81+
},
8282
typescript: {
8383
label: "TypeScript",
8484
description: "",

0 commit comments

Comments
 (0)