Back to Copilotkit

1. TO-DO List with Prioritization

community/demos_2024/priority-todolist.md

1.57.01.9 KB
Original Source

1. TO-DO List with Prioritization

In this project, I developed a TO-DO List with Prioritization 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, due date and time as well as priority of task.

2. Name of Issue/Topic

⭐ 14 - To-Do List with Prioritization (Hacktoberfest Demo) #626

3. Technologies Being Used

List the technologies and frameworks you used (e.g., CopilotKit, Next.js)

5. Bonus points

  • If your app is live, include the link here:
  • Live app

6. Screenshots

7. Who Are You?

Please list your GitHub and Linkedin handles if you feel comfortable doing so.

5 Extra Bonus Points

Link to any bonus activities you did such as solving GitHub Issues or posting to Dev.to, Twitter, etc related to your project and CopilotKit.

  • A dev.to blog link - Link

#issue 626 : Build a TodoList that helps to add task using CopilotKit's AI interaction capabilities.