TaskWave is a simple and elegant Kanban-style task management app built with Vue 3 and Tailwind CSS. Designed as a modern PWA, it supports offline usage, drag-and-drop, modal editing, search, theming, and local storage persistence.
- ⚙️ Vue 3 + Vite + TailwindCSS 4
- 🧠 Local persistence via
@vueuse/core(useStorage) - 🎯 Full task CRUD (create/edit/delete)
- 🔀 Drag-and-drop (via
vue-draggable-next) - 🌓 Light/Dark mode (auto toggle)
- 🌍 Multilingual (EN / UA)
- 🔍 Task search/filter
- 📦 PWA (offline ready)
- 📱 Responsive for all screens
vue@3@vueuse/coretailwindcssvite-plugin-pwavue-draggable-nextuuid
npm install
npm run dev