From 78e74c05b8e311ee242ba8628fa7a83fbebc5d57 Mon Sep 17 00:00:00 2001 From: Vaishnavi-Raykar <126966675+Vaishnavi-Raykar@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:00:23 +0530 Subject: [PATCH] Create copilotkit-task-manager.md --- community/demos/copilotkit-task-manager.md | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 community/demos/copilotkit-task-manager.md diff --git a/community/demos/copilotkit-task-manager.md b/community/demos/copilotkit-task-manager.md new file mode 100644 index 0000000000..183982fec0 --- /dev/null +++ b/community/demos/copilotkit-task-manager.md @@ -0,0 +1,41 @@ + +# 1. Task Manager + +In this project, I developed a Task Manager using React for the frontend, Tailwind CSS for styling, and Shadcn UI for enhanced UI components. +### Method 1 - Using Form +- User can add Task using form with its detail description, date & time and also needs to add priority of task. +- User also show task completed as well as delete the task. +### Method 2 - Using Copilotkit +- User need to write task name,task details also update and delete the task. + +## 2. Name of Issue/Topic + +⭐ 03 - Task Manager (Hacktoberfest Demo) #604 + +## 3. Technologies Being Used + +List the technologies and frameworks you used (e.g., CopilotKit, Next.js) +- [Next.js](https://nextjs.org) +- [Tailwind CSS](https://tailwindcss.com) +- [CopilotKit](https://copilotkit.ai) +- [ShadCN](https://ui.shadcn.com) +- Shadcn-UI Component Styling +- CopilotKit + +## 4. GitHub Project Link + +### [Link-](https://github.com/Vaishnavi-Raykar/task-manager) + +## 5. Bonus points + +- If your app is live, include the link here: +- [Live app](https://task-manager-nu-cyan.vercel.app/) + +## 6. Who Are You? + +Please list your **GitHub** and **Linkedin** handles if you feel comfortable doing so. + +- [Vaishnavi on github](https://github.com/Vaishnavi-Raykar) +- [Vaishnavi on linkedin](https://www.linkedin.com/in/vaishnavi-raykar-554827265/) + +#issue 604 : Build a Task Manager that helps to add task using CopilotKit's AI interaction capabilities.