From ac88c994c52733327b7f5377a8b62a06d573754f Mon Sep 17 00:00:00 2001 From: Priya Yadav Date: Tue, 24 Dec 2024 17:04:57 +0000 Subject: [PATCH] updated index.json Signed-off-by: Priya Yadav --- hack/samples/index.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hack/samples/index.json b/hack/samples/index.json index dec4562cb5..7bddb50de6 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -408,5 +408,10 @@ "name": "Sample Next.js with Gemini Chat", "description": "A simple Next.js app that provides a basic chat interface powered by Gemini for easily making AI-powered chat applications.", "gitUrl": "https://github.com/daytonaio/sample-nextjs-gemini-chat" + }, + { + "name": "Sample JavaScript Restaurant", + "description": "A Restaurant-Website web application using HTML,CSS and Javascript.", + "gitUrl": "https://github.com/daytonaio/sample-javascript-restaurant" } ]