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.", + }, ]