Skip to content

Commit 7a73a5d

Browse files
authored
Merge pull request #711 from komal-agarwal5/main
Added Currency Converter Project
2 parents 956198c + ba924cb commit 7a73a5d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/currency.png

432 KB
Loading

src/data/users.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,15 @@ const Users: User[] = [
263263
source: "https://github.com/ParnaRoyChowdhury777/Age-Calculator",
264264
tags: ["opensource", "product", "react", "css", "javascript"],
265265
},
266+
{
267+
title: "Currency Converter",
268+
description:
269+
"It allows users to convert between different currencies. It fetches live exchange rates from an API and performs conversions accordingly.",
270+
preview: require("./showcase/currency.png"),
271+
website: "https://coinshift-currency-converter.vercel.app/",
272+
source: "https://github.com/komal-agarwal5/CoinShift-Currency-Converter",
273+
tags: ["opensource", "product", "react", "css", "javascript"],
274+
},
266275
];
267276

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

0 commit comments

Comments
 (0)