Cli TODO app v0.1.2
Cli TODO app v0.1.2
Refactored TaskManager classes to store files in the user's home directory
- Updated TaskManagerJSON to create and load 'todo.json' in the user's home directory.
- Updated TaskManagerSQLite to create and connect to 'todo.db' in the user's home directory.
- Improved application portability by ensuring that file paths are independent of the system's current working directory.