From d878596c18f52d09c299012e3493ca32860d8a9e Mon Sep 17 00:00:00 2001 From: Pradeepto Sarkar Date: Tue, 24 Dec 2024 16:44:43 +0530 Subject: [PATCH] samples: add namespace community app (#1553) Signed-off-by: Pradeepto Sarkar --- hack/samples/index.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hack/samples/index.json b/hack/samples/index.json index 1668483a41..0105a4c86e 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -373,5 +373,10 @@ "name" : "Sample Django Courier Manager", "description" : "Django-based web application to manage courier services efficiently, including bookings, sorting hubs, pickups, and delivery processes. The project integrates Google Maps for enhanced location management and uses Daytona for a streamlined development environment.", "gitUrl" : "https://github.com/daytonaio/sample-django-courier-manager" + }, + { + "name" : "Sample React.js The NAMESPACE Community", + "description" : "The official website of The NAMESPACE Community built on React.js. This website receives 5,000+ visits per month", + "gitUrl" : "https://github.com/daytonaio/sample-react-namespace-community" } ]