diff --git a/src/data/showcase/age-calculator.png b/src/data/showcase/age-calculator.png new file mode 100644 index 000000000..2967991d7 Binary files /dev/null and b/src/data/showcase/age-calculator.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index d3a053b5c..41bbbfcd8 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -254,6 +254,15 @@ const Users: User[] = [ source: "https://github.com/komal-agarwal5/Giggle-Hub------Meme-Generator", tags: ["opensource", "product", "html", "css", "javascript"], }, + { + title: "Age Calculator", + description: + "It calculates the exact age in years, months and days on entering a date of birth with proper error handling.", + preview: require("./showcase/age-calculator.png"), + website: "https://age-calculator-rho-two.vercel.app/", + source: "https://github.com/ParnaRoyChowdhury777/Age-Calculator", + tags: ["opensource", "product", "react", "css", "javascript"], + }, ]; export const TagList = Object.keys(Tags) as TagType[];