Skip to content

Commit ff585d3

Browse files
#Issue611 solved
1 parent 215a019 commit ff585d3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/calculator-app.png

97.1 KB
Loading

src/data/users.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@ const Users: User[] = [
236236
source: "",
237237
tags: ["opensource", "product", "nextjs", "javascript"],
238238
},
239+
{
240+
title: "Scientific Calculator",
241+
description:
242+
"Build and Deploy a Modern and Beginner-friendly Scientific Calculator using HTML, CSS and Vanilla Javascript",
243+
preview: require("./showcase/calculator-app.png"),
244+
website: "https://calcu-plus.vercel.app/",
245+
source: "https://github.com/ParnaRoyChowdhury777/Calculator---CalcuPlus",
246+
tags: ["opensource", "clone", "html", "css", "vanilla"],
247+
},
239248
];
240249

241250
export const TagList = Object.keys(Tags) as TagType[];

0 commit comments

Comments
 (0)