├── .gitignore ├── README.md ├── habits.html └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | .aider* 2 | .env 3 | 4 | *.swo 5 | *swp 6 | 7 | *.xml 8 | log/ 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Focus Flow ⏱️ 2 | 3 | A minimalist, elegant task management and time tracking application designed to help you stay focused and productive. 4 | 5 | Try it out: [Focus Flow App](https://dat-lequoc.github.io/focus-flow/) 6 | 7 | ## Features 🌟 8 | 9 | - **Task Management** 10 | - Create, edit, and organize tasks with unlimited subtasks 11 | - Mark tasks as complete/incomplete 12 | - Add tasks to "Today's Focus" for better planning 13 | - Search and filter tasks 14 | - Hide/show completed tasks 15 | 16 | - **Time Tracking** 17 | - Built-in Pomodoro timer (25-minute focus sessions) 18 | - Track time spent on each task 19 | - Automatic time logging 20 | - Visual progress tracking 21 | 22 | - **Project Organization** 23 | - Create multiple projects 24 | - Track project progress 25 | - Generate project reports 26 | - Weekly activity charts 27 | 28 | - **User Experience** 29 | - Clean, intuitive interface 30 | - Dark/light mode toggle 31 | - Keyboard shortcuts 32 | - Responsive design 33 | - Local storage persistence 34 | 35 | ## Getting Started 🚀 36 | 37 | 1. Visit [Focus Flow App](https://dat-lequoc.github.io/focus-flow/) 38 | 2. Create your first project 39 | 3. Add tasks and subtasks 40 | 4. Start tracking your time with the Pomodoro timer 41 | 5. Monitor your progress with the built-in analytics 42 | 43 | ## Keyboard Shortcuts ⌨️ 44 | 45 | - `Ctrl/Cmd + N`: Focus new task input 46 | - `Ctrl/Cmd + P`: Focus new project input 47 | - `Ctrl/Cmd + /`: Focus search input 48 | 49 | ## Local Development 💻 50 | 51 | 1. Clone the repository 52 | 2. Open `index.html` in your browser 53 | 3. Start coding! 54 | 55 | ## Contributing 🤝 56 | 57 | Contributions are welcome! Feel free to: 58 | - Report bugs 59 | - Suggest features 60 | - Submit pull requests 61 | 62 | ## Support the Project ☕ 63 | 64 | If you find Focus Flow helpful, consider buying me a coffee! 65 | 66 | [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Support-orange?style=for-the-badge&logo=buy-me-a-coffee)](https://buymeacoffee.com/JWCfI0sTzy) 67 | 68 | ## License 📝 69 | 70 | MIT License - feel free to use this project however you'd like! 71 | -------------------------------------------------------------------------------- /habits.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Daily Habits 6 | 7 | 8 | 9 | 10 | 23 | 81 | 82 | 83 |
84 |
85 |

DailyHabits

86 | Focus Flow 87 |
88 |
89 | 95 | 101 | 102 | 110 | 116 |
117 |
118 |
119 |
120 | 127 |

128 | 135 |
136 |
137 | 138 |
139 |
140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 |
HabitsStreak
149 |
150 | 151 |
152 | 153 |
154 |
155 | 156 | 157 | 168 | 169 | 200 | 894 | 895 | 896 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Focus Flow 6 | 7 | 8 | 9 | 10 | 11 | 12 | 17 | 66 | 67 | 68 | 69 |
70 | 90 | 91 |
92 |
93 |

94 |
95 | 103 |
104 |
105 | 107 | 109 | 111 | 112 |
113 | 120 | 127 | 128 | 138 |
139 |
140 | 144 | 153 | 162 |
163 |
164 |
165 |
166 |
167 | 194 | 221 |
222 |
223 | 224 | 252 | 253 | 254 | 255 | 292 | 293 | 301 | 302 | 342 | 343 | 359 | 360 | 361 | 375 | 376 | 2978 | 2979 | 2980 | --------------------------------------------------------------------------------