Skip to content

Commit 0207a18

Browse files
authored
Merge pull request #755 from ParnaRoyChowdhury777/main
Issue#733 fixed - Added QR Generator Project.
2 parents 7549525 + b77e424 commit 0207a18

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/data/showcase/qr_generator.png

577 KB
Loading

src/data/users.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ const Users: User[] = [
292292
source: "https://github.com/ParnaRoyChowdhury777/Guess_The_Number_Game",
293293
tags: ["opensource", "product", "html", "css", "javascript", "vanilla"],
294294
},
295+
{
296+
title: "QR Generator",
297+
description: "It generates a QR code based on a typed text or URL.",
298+
preview: require("./showcase/qr_generator.png"),
299+
website: "https://scan--me.vercel.app/",
300+
source: "https://github.com/ParnaRoyChowdhury777/ScanMe",
301+
tags: ["opensource", "product", "html", "css", "javascript", "vanilla"],
302+
},
295303
];
296304

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

0 commit comments

Comments
 (0)