From 3dcc155e2bf3831633ddf9b83485a4249e76e85d Mon Sep 17 00:00:00 2001 From: Divyansh Sharma Date: Wed, 26 Oct 2022 17:39:34 +0530 Subject: [PATCH] added academic tracking app idea --- src/data.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 3431f4e..7adc69c 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: "Academic Tracking App", + techStack: "An app to track marks in quizes and exams and to automatically make graphs based on the performance and to help in planning for the next exams", + }, ]