Back to projects
Dec 25, 2024
1 min read

Task Tracker CLI

Developed a lightweight C++ command-line tool for managing tasks with JSON-based persistent storage.

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.