A To-Do List application built with Vue.js and Bulma CSS. It includes functionalities for task management, prioritization, status tracking, and filtering, offering a professional and user-friendly experience.
- Add Tasks: Create tasks with a title, category, priority, and due date.
- Edit and Delete Tasks: Update task details or delete tasks.
- Prioritization: Assign tasks priority levels (Low, Medium, High) with color-coded tags.
- Completion Tracking: Mark tasks as completed, with visual differentiation for completed tasks.
- Search and Filter: Search tasks by title and filter them by priority.
- Local Storage: Automatically saves and retrieves tasks using browser local storage.
- Vue.js: Frontend framework for building UI components.
- Bulma CSS: Modern and responsive CSS framework for styling.
- LocalStorage: Persistent data storage for tasks.