From 1cf1133f9e14eea095eebbd4f1db016df96d3ccb Mon Sep 17 00:00:00 2001 From: Ratish jain <43003421+ratishjain12@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:34:11 +0530 Subject: [PATCH] chore: project addition by ratishjain (#2209) * chore: project addtion by ratishjain * chore: project addtion by ratishjain --------- Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- DB/projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index 95688618d..b3490898a 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3103,6 +3103,12 @@ "title": "Notes App", "description": "A note taking app like google keep which helps you note down and store anything.", "tech": ["flutter", "dart", "mongodb", "nodejs"] + }, + { + "github_url": "https://github.com/ratishjain12/dashboard-nextjs", + "title": "Dashboard Nextjs", + "description": "A Responsive Dashboard created using nextjs and tailwindcss", + "tech": ["reactjs", "nextjs", "tailwindcss"] } ] },