From 8b2b3c0c03962bb600926c01bd5241910d78d69c Mon Sep 17 00:00:00 2001 From: Harsh Trivedi Date: Thu, 13 Jul 2023 19:59:40 +0530 Subject: [PATCH] Added Currency Converter --- _data/projects.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/projects.yml b/_data/projects.yml index 7bc6e493d..17b72363d 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -61,4 +61,8 @@ - name: Voting Eligibility Checker link: https://github.com/harsh98trivedi/Voting-Eligibility-Checker image: https://raw.githubusercontent.com/harsh98trivedi/Voting-Eligibility-Checker/master/meta.jpg - description: The Voting Eligibility Checker is a web application that allows users to check their eligibility to vote based on their age. It provides a simple and user-friendly interface where users can enter their age and receive an immediate response regarding their eligibility. \ No newline at end of file + description: The Voting Eligibility Checker is a web application that allows users to check their eligibility to vote based on their age. It provides a simple and user-friendly interface where users can enter their age and receive an immediate response regarding their eligibility. +- name: Currency Converter + link: https://github.com/harsh98trivedi/Currency-Converter/ + image: https://raw.githubusercontent.com/harsh98trivedi/Currency-Converter/master/meta.jpg + description: The Currency Converter is a web application that allows users to convert amounts from one currency to another using real-time exchange rates. This project provides a simple and user-friendly interface for performing currency conversions. \ No newline at end of file