Skip to content

Commit db9ad88

Browse files
authored
Merge pull request #687 from ParnaRoyChowdhury777/main
#Issue641 fixed
2 parents eaf9505 + 144f80b commit db9ad88

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/age-calculator.png

321 KB
Loading

src/data/users.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,15 @@ const Users: User[] = [
254254
source: "https://github.com/komal-agarwal5/Giggle-Hub------Meme-Generator",
255255
tags: ["opensource", "product", "html", "css", "javascript"],
256256
},
257+
{
258+
title: "Age Calculator",
259+
description:
260+
"It calculates the exact age in years, months and days on entering a date of birth with proper error handling.",
261+
preview: require("./showcase/age-calculator.png"),
262+
website: "https://age-calculator-rho-two.vercel.app/",
263+
source: "https://github.com/ParnaRoyChowdhury777/Age-Calculator",
264+
tags: ["opensource", "product", "react", "css", "javascript"],
265+
},
257266
];
258267

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

0 commit comments

Comments
 (0)