"# Beautiful Todo App
A modern, feature-rich todo application built with Electron, Vite, React, and TypeScript.
- ✨ Multiple Views: List, Board (Kanban), and Calendar views
- 🎨 Beautiful UI: Modern design inspired by Google Calendar
- 🌙 Dark Mode: Toggle between light and dark themes
- 📊 Priority Levels: Urgent, High, Medium, Low
- 🏷️ Categories: Organize tasks with custom categories
- 🔍 Search & Filter: Find tasks quickly
- 📅 Due Dates: Set and track deadlines
- ✅ Subtasks: Break down complex tasks
- 🏷️ Tags: Add multiple tags to tasks
- 💾 Local Storage: All data saved locally
- 🖱️ Drag & Drop: Reorder tasks in board view
# Install dependencies
npm install
# Run in development mode
npm run electron:dev
# Build for production
npm run electron:build- View all tasks in a grid layout
- Sort by due date, priority, created date, etc.
- Quick actions on each task card
- Kanban-style board with columns for each priority level
- Drag and drop tasks between columns to change priority
- Visual organization of tasks
- See tasks by due date
- Monthly calendar view
- Easy navigation between months
- Electron - Desktop application framework
- Vite - Fast build tool
- React - UI library
- TypeScript - Type safety
- Zustand - State management
- date-fns - Date utilities
- framer-motion - Animations
- react-beautiful-dnd - Drag and drop
- lucide-react - Icons
MIT"