This is a minimal kanban board app inspired by Trello.
Features: Add/delete tasks, rearrange tasks inside and across columns, search task, and more to come!
Technologies: Next.js, Typescript, Zustand, Tailwind CSS, Appwrite
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.