A Trello 2.0-style kanban board built with Next.js, with drag-and-drop and search.

A kanban-style task board modeled on Trello 2.0: boards, columns, and cards with animated drag-and-drop and a search bar that filters todos in place.
The frontend is Next.js with Tailwind CSS and HeadlessUI, and todos are fetched dynamically from an Appwrite backend. Built in 2023 as a deep-dive into drag-and-drop interactions and optimistic UI updates.