Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 901 Bytes

File metadata and controls

35 lines (26 loc) · 901 Bytes

Taskify

Taskify is a simple task management web app built with TypeScript. It lets you easily:

  • Add tasks to your to-do list
  • Keep track of your tasks
  • Tasks pop up immediately as you add them
  • Click the checkboxes to mark tasks as complete
  • Once checked off, the task also gets a strikethrough
  • Edit button to modify task text
  • Clear button to remove all completed tasks
  • Set task priority: Assign an optional priority level (Low, Medium, High) to tasks
  • Filter notes by priority status

Seriously, is there anything more satisfying than seeing that check mark and a strikethrough on a task?

Preview


Happy taskifying! 🎉


Upcoming Features:

  • Task Categories: To-do, In-progress, and Done
  • Due Dates
  • Reminders
  • Improvement on UI: ex. Dark Mode
  • Task Notes / Descriptions
  • Calendar
  • API
  • OAuth
  • Export taks: CSV/PDF