From d2cd5185893e88044675f83ff9b8381c2af8aa10 Mon Sep 17 00:00:00 2001 From: Rohan Sharma <117426013+RS-labhub@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:50:57 +0530 Subject: [PATCH] samples: add nextJs - Festigo (#1461) Signed-off-by: Rohan Sharma <117426013+RS-labhub@users.noreply.github.com> --- hack/samples/index.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hack/samples/index.json b/hack/samples/index.json index c65fc25044..6b1754fee7 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -118,5 +118,10 @@ "name": "Django - CrisisMonitor", "description": "Crisis Monitor is a web application designed to track natural disasters and display information through an interactive dashboard. Built with HTML, CSS, JavaScript, and Django (Python), it features a responsive design for seamless usability.", "gitUrl": "https://github.com/daytonaio/sample-django-crisis-monitor" - } + }, + { + "name": "Next.js - Festigo", + "description": "Festigo is an event planning and event organizing website that bring guests, vendors and event organizers(the people hosting the event) under a single umbrella.", + "gitUrl": "https://github.com/daytonaio/sample-nextjs-event-planner" + } ]