This is a lightweight desktop task-manager built with JavaFX. It provides user signup/login and basic CRUD operations for tasks (create, view, edit, delete) scoped to the logged-in user.
TASKAPP-JAVAFX/ ├── 🖥️ CODE/ # Application source code ├── 📊 DAILY/ # Daily progress reports ├── 📚 DOC/ # Documentation and images ├── 🎨 GUI/IMG/ # GUI mockups and designs ├── 🔧 INSTALL/ # ...