A personal app that tracks the time spend on a task. There are Activities and Tasks. Activities are uniquely named. Every tasks belong to one Activity only and are not uniquely named. The assumption ...
TASKAPP-JAVAFX/ ├── 🖥️ CODE/ # Application source code ├── 📊 DAILY/ # Daily progress reports ├── 📚 DOC/ # Documentation and images ├── 🎨 GUI/IMG/ # GUI mockups and designs ├── 🔧 INSTALL/ # ...