Kanban-style Task Board web application. The application should allow users to create, view, and organize tasks using the drag-and-drop feature.
- Task Creation: Users can add new task cards, specifying a title and description.
- Task Editing and Deletion: Each card can be edited or deleted.
- Drag-and-Drop: Users can drag cards between columns or within a single column to change their status or priority.
- Local Data Storage: The application state (task list, their statuses, and positions) is stored in localStorage, so data persists between sessions.
- Adaptability: The interface is displayed correctly on various devices.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
To get the project from GitHub, you need to clone the repository. You can do this by running the following command in your terminal:
git clone https://github.com/AlexanderLihodievskiy/vue-test-kanban.git
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
npm run format