πŸ”§ Core Features

  • πŸ” Authentication (via Supabase)
  • πŸ”„ Real-time Fetching of tasks from Supabase
  • πŸ› οΈ CRUD Operations – Create, Edit, and Delete Tasks & Projects
  • ⬆️ Drag-and-Drop Task Reordering
  • πŸŒ™ Dark Mode Toggle
  • πŸ“± Fully Responsive on all screen sizes

πŸ’‘ Tips

  • Uses Supabase Auth for sign-in
  • React Query manages task and project fetching/mutation state
  • Styling is modular with TailwindCSS
  • Dark mode is toggled via state and Tailwind’s dark class

Explore these features within the app and feel free to dive deeper into each functionality by reviewing the code or checking our GitHub repository.