Skip to content

Commit

Permalink
Merge pull request CodeHarborHub#633 from komal-agarwal5/main
Browse files Browse the repository at this point in the history
Added Random Meme Generator Project
  • Loading branch information
ajay-dhangar authored Jun 6, 2024
2 parents 5231df6 + 368bf4a commit 00303bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/meme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@ const Users: User[] = [
source: "https://github.com/ParnaRoyChowdhury777/Calculator---CalcuPlus",
tags: ["opensource", "clone", "html", "css", "vanilla"],
},
{
title: "Random Meme Generator",
description:
"It generates random memes by using the technique of API Fetching and also supports the feature of sharing the memes.",
preview: require("./showcase/meme.png"),
website: "https://giggle-hub.vercel.app/",
source: "https://github.com/komal-agarwal5/Giggle-Hub------Meme-Generator",
tags: ["opensource", "product", "html", "css", "javascript"],
},
];

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

0 comments on commit 00303bf

Please sign in to comment.