From 70868625878528e0be9cba8dff55ab5da4e7ceec Mon Sep 17 00:00:00 2001 From: Parmesh Bhatt <101285245+Parmesh119@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:57:32 +0530 Subject: [PATCH] Update projects.json Signed-off-by: Parmesh Bhatt <101285245+Parmesh119@users.noreply.github.com> --- DB/projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index d285ea10a..55b3522fe 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -201,6 +201,12 @@ "title": "Advance Rock_Paper_Seesor Game", "description": "This is the project that contains HTML, CSS and JS code and this is the advance Rock_Paper_Seesor game using DOM_Manipulation.", "tech": ["JavaScript"] + }, + { + "link": "https://github.com/Parmesh119/Student-DataBase-Management-System", + "title": "Student Database Management System", + "description": "In this project, I used C++ and OOPs concept and small DataBase to store the data of all students.", + "tech": ["C++"] } ] },