From e71095686753ee4dae726226c7184346fe507998 Mon Sep 17 00:00:00 2001 From: Pragya Kashyap <47416981+pragyakashyap@users.noreply.github.com> Date: Fri, 3 May 2024 19:39:00 +0530 Subject: [PATCH] add: pragya kashyap (#952) --- public/data/pragyakashyap.json | 12 ++++++++++++ src/ProfilesList.json | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 public/data/pragyakashyap.json diff --git a/public/data/pragyakashyap.json b/public/data/pragyakashyap.json new file mode 100644 index 00000000..93ef6d07 --- /dev/null +++ b/public/data/pragyakashyap.json @@ -0,0 +1,12 @@ +{ + "name": "Prgya Kashyap", + "location": "Bangalore, India", + "bio": " Software Engineer specialized in data structures algorithms and problem-solving. My professional journey combines strong theoretical knowledge with practical coding proficiency, making me an effective contributor to technology-driven projects.. ", + "avatar": "https://github.com/pragyakashyap.png", + "portfolio": "https://github.com/pragyakashyap", + "skills": ["C++", "React", "Express", "Node", "PostgreSQL", "MongoDB", "Responsive web design", "testing"], + "social": { + "GitHub": "https://github.com/pragyakashyap", + "LinkedIn": "https://www.linkedin.com/in/pragya-kashyap18" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index f89a0e46..6e245e69 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -409,5 +409,6 @@ "CKsabari2001.json", "chaitanyarora.json", "rohitxdd.json", - "Erick-WG.json" -] \ No newline at end of file + "Erick-WG.json", + "pragyakashyap.json" +]