Built a command-line application for efficient task management.
- Features include adding, updating, deleting, and listing tasks.
- Tasks can be marked as To-Do, In Progress, or Done.
- Implemented persistent storage with JSON using only native filesystem modules.
- Designed robust error handling for smooth user interaction.