From cfb5f6638f96d71d8b1547a6289d1e5cad5e1738 Mon Sep 17 00:00:00 2001 From: Mohit Bisht Date: Fri, 27 Dec 2024 22:42:44 +0530 Subject: [PATCH] samples: add text-formatter (#1575) Signed-off-by: Mohit Bisht Signed-off-by: Jitankasarkar --- hack/samples/index.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hack/samples/index.json b/hack/samples/index.json index 4f95a0cc47..441d170a9f 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -410,11 +410,16 @@ "description": "Recipe Finder is a web app that helps you discover tasty recipes based on the ingredients you already have in your kitchen.", "gitUrl": "https://github.com/daytonaio/sample-react-recipe-finder" }, + { + "name": "Text Formatter Tool", + "description": "Application that provides various text formatting options", + "gitUrl": "https://github.com/Mohit70/text-formatter-tool-daytona" + }, { "name": "Sample React.js Real Estate Website", - "description": "A React and Material-UI-based platform for listing and browsing properties, featuring property uploads with images, proof of ownership, and responsive designs.", + "description": "A React and Material-UI-based platform for listing and browsing properties, featuring property uploads with images, proof of ownership", "gitUrl": "https://github.com/sujal-98/realestate" - }, + }, { "name": "Sample React.js Ecotrack", "description": "A LLM powered web app that calculates the carbon footprint of a family and gives advisory to reduce the carbon footprint.",