A modern, sleek desktop task manager built with Electron, featuring a stunning deep red-to-blue gradient theme. Perfect for managing complex projects with dependencies, milestones, and multi-step tasks.
- Priority-Based Tasks: Organize with High, Medium, or Low priority (color-coded)
- Task Dependencies: Create workflows where tasks unlock after prerequisites are completed
- Multi-Step Tasks: Break down complex tasks into trackable steps with progress bars
- Milestones: Group related tasks and track overall project progress
- Smart Notifications: Automatic desktop alerts at 24h and 1h before deadlines
- Persistent Storage: All data saved locally with localStorage
- Branching Logic: Tasks automatically move from "Blocked" to "Available" when dependencies complete
- Progress Tracking: Visual progress bars for multi-step tasks
- Milestone Management: Create project milestones with custom colors and target dates
- Deadline Warnings: Visual indicators for urgent and overdue tasks
- Keyboard Shortcuts: Power user features for quick task management
- Deep Red/Blue Theme: Stunning gradient design with smooth animations
- Responsive Layout: Adapts to different window sizes
- Smooth Animations: Polished transitions and hover effects throughout
- Tab Organization: Separate views for Available, Blocked, Completed tasks, and Milestones
# Download from Releases, then:
chmod +x Priority-Task-Manager-*.AppImage
./Priority-Task-Manager-*.AppImagegit clone https://github.com/LykenV/priority-task-manager.git
cd priority-task-manager
npm install
npm start # Run in dev mode
npm run build # Build AppImage- Click ➕ NEW TASK
- Set priority, deadline, dependencies, and steps
- Save and track progress
- Add steps when creating tasks
- Check off steps as you complete them
- Progress bar updates automatically
- Group related tasks under milestones
- Track overall project completion
- Color-code for easy identification
Ctrl+N: New taskDelete: Delete selectedEscape: Close modalsDouble-click: Toggle completion
- Electron
- Vanilla JavaScript
- CSS3 (Gradients & Animations)
- LocalStorage
MIT License - Free to use and modify
Pull requests welcome! Fork, create feature branch, submit PR.
Built to showcase professional development skills