Skip to content

RoomaPerera/CLI-Task-Manager

Repository files navigation

Tasker — simple C++ task manager

A small command-line task manager written in C++17. Demonstrates OOP, JSON persistence, unit tests, CMake and CI.

Features

  • Add, list, complete, remove tasks
  • JSON storage (tasks.json)
  • Search by keyword
  • Unit tests (Catch2)
  • CI using GitHub Actions

Build

git clone <repo-url>
mkdir build && cd build
cmake ..
cmake --build .
./tasker list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published