From a17c15b547a83e66ba2b111b075f47ff75735e6b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Oct 2022 12:04:46 +0530 Subject: [PATCH] new project idea --- src/data.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 3431f4e..a5c66bc 100644 --- a/src/data.js +++ b/src/data.js @@ -90,5 +90,9 @@ export const projectsData = [ { projectName: "All in One OTT", techStack: "Brings media content from every OTT platform into one.", - } + }, + { + projectName: "Drishy", + techStack: "An app to help the differently abled find whether a particular location is handicap friendly and the best possible route to get there.", + }, ]