MoveTasks
February 12, 2025ReactTypeScriptTailwind CSSshadcn
MoveTasks is a web application that allows users to manage tasks dynamically and intuitively. Users can create, edit, and delete columns and tasks, as well as drag and reorder both columns and tasks between them. The app also features dark/light mode and locally persists data, ensuring changes are retained even after closing the browser.
The project was built using modern technologies such as React, Tailwind CSS, shadcn for UI components, Zustand for state management, React Hook Form and Zod for forms and validation, hello-pangea/dnd for drag-and-drop functionality, and Vitest for testing. Planned future features include tags, task assignees, comments, full unit tests, and lazy loading for performance optimization.