From 17f044257a47647b81226afc9e51809daa23402b Mon Sep 17 00:00:00 2001 From: Uday kiran <98547514+UdaykiranRegimudi@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:37:50 +0530 Subject: [PATCH] samples: react tutor connect (#1540) Signed-off-by: UdaykiranRegimudi --- hack/samples/index.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hack/samples/index.json b/hack/samples/index.json index 00c03959fe..71c189a83b 100644 --- a/hack/samples/index.json +++ b/hack/samples/index.json @@ -119,6 +119,11 @@ "description": "TerraGrow is an AI-powered app that provides crop recommendations and yield improvement strategies by analyzing environmental factors like soil nutrients, temperature, humidity, and pH. It helps farmers optimize planting decisions for higher yields.", "gitUrl": "https://github.com/daytonaio/sample-crops-ml" }, + { + "name": "Sample React.js - Tutor Connect", + "description": "Tutor Connect is a web application that simplifies the process of connecting students with tutors. It features a student dashboard for managing bookings, a tutor availability system, and an admin panel for CRUD operations. Built with React, Node.js, Express.js, and MongoDB, it includes JWT and Google OAuth for secure authentication.", + "gitUrl": "https://github.com/daytonaio/sample-js-tutor-connect" + }, { "name": "React.js - AI Text Summarization and Analysis", "description": "A beginner-friendly application designed to transform long texts into quick summaries, key insights, and fun mnemonics. It prompts you to enter a text and helps you get the gist of it.",