Skip to content

Commit 10aca0f

Browse files
committed
QR generator
1 parent 44bbb37 commit 10aca0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/data/showcase/QR.png

14.6 KB
Loading

src/data/userData.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ export const Users: User[] = [
388388
source: null,
389389
tags: ["opensource", "react", "redux", "motion", "javascript"],
390390
},
391-
//
391+
//The Pull
392392

393393
{
394394
title: "The Pull",
@@ -397,5 +397,14 @@ export const Users: User[] = [
397397
website: "https://github.com/Ridhima10/The_Pull",
398398
source: null,
399399
tags: ["html", "css", "javascript"],
400+
},
401+
// QR Generator
402+
{
403+
title: "QR Generator",
404+
description: "Simple QR generator made with HTML, CSS and Javacsript",
405+
preview: require("./showcase/QR.png"),
406+
website: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
407+
source: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
408+
tags: ["html", "css", "javascript"],
400409
}
401410
];

0 commit comments

Comments
 (0)