A simple task board using React and Supabase to track tasks in a kanban-style interface with drag and drop functionality.
- Drag and drop tasks between columns
- Mark tasks as done
- Real-time updates using Supabase
- React
- Supabase
- react-beautiful-dnd
npm install
npm run dev