Skip to content

Commit 1c286a3

Browse files
authored
Merge branch 'main' into main
2 parents 580eb36 + 7a73a5d commit 1c286a3

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
@@ -271,6 +271,15 @@ const Users: User[] = [
271271
website: "https://50-days-50-web-project.vercel.app/TO_DO_LIST/todolist.html",
272272
source: "https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST",
273273
tags: [ "html", "css", "javascript"],
274+
},
275+
{
276+
title: "Currency Converter",
277+
description:
278+
"It allows users to convert between different currencies. It fetches live exchange rates from an API and performs conversions accordingly.",
279+
preview: require("./showcase/currency.png"),
280+
website: "https://coinshift-currency-converter.vercel.app/",
281+
source: "https://github.com/komal-agarwal5/CoinShift-Currency-Converter",
282+
tags: ["opensource", "product", "react", "css", "javascript"],
274283
},
275284
];
276285

0 commit comments

Comments
 (0)