Skip to content

Frontend client for MKTodo app written in Tauri

Notifications You must be signed in to change notification settings

muthhukumar/MKTodo

Repository files navigation

MKTodo

Features

  • Create Task
  • Update Task
  • Delete Task
  • Add due date
  • Add the task To My Day
  • Mark task as important
  • Toggle Task completion
  • Search Task with Task name
  • Add Tags to Task
  • Filter Task using Tags
  • Desktop, Mobile app support
  • Option to copy the task
  • Show the title of the link
  • Show the links in the task separately
  • Separate view to see the planned tasks status
  • Show/Hide completed tasks
  • Create task with tags with just !tag
  • Shortcut to focus the searchbar(desktop only)
  • Shortcut to focus the task input(desktop only)
  • Auth using API key
  • TaskQueue/AsyncQueue to process (request count) at a time
  • Play sound when a task is marked as completed
  • Syncing indicator when TaskQueue is active

Philosophy

  • function over form
  • Build our task app in a way that help us in improving our life. Not just same old todo app.

Utils