From ed37e8806a60c0f67f51f80bf047779fe27384d3 Mon Sep 17 00:00:00 2001 From: Iqra Sarwar <71145709+iqrasarwar@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:09:26 +0500 Subject: [PATCH] chore: project addition by iqrasarwar #1980 (#1986) * chore: project addition by iqrasarwar #1980 Signed-off-by: Iqra Sarwar <71145709+iqrasarwar@users.noreply.github.com> * chore: project addition by iqrasarwar #1980 Signed-off-by: Iqra Sarwar <71145709+iqrasarwar@users.noreply.github.com> --------- Signed-off-by: Iqra Sarwar <71145709+iqrasarwar@users.noreply.github.com> Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- DB/projects.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index a3ee4168..e0e03f45 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -5795,5 +5795,27 @@ "tech": ["expressjs", "rest api"] } ] +}, + { + "github_username": "iqrasarwar", + "Social_media": { + "gitHub": "https://github.com/iqrasarwar", + "LinkedIn": "https://www.linkedin.com/in/iqrasarwar/", + "Twitter": "https://twitter.com/iqra_sarwar_" + }, + "Projects": [ + { + "link": "https://github.com/iqrasarwar/YouTube", + "title": "YouTube Clone", + "description": "Youtube Clone in C# that includes video player, video uploader and search option just like YouTube.", + "tech": ["c#", "dotnet"] + }, + { + "link": "https://github.com/iqrasarwar/QuranAppV3", + "title": "Quran App", + "description": "A mobile application for quran with translation in urdu and English. You can view Quran surah wise and parah wise.", + "tech": ["java"] + } + ] } ]