π§ 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.