Skip to content

TickList — A simple C++ TODO list desktop application with a wxWidgets GUI for managing tasks with priorities, completion tracking, and persistent local storage.

License

Notifications You must be signed in to change notification settings

chai-shai/TickList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TickList

TickList is a simple TODO list desktop app written in C++ with a wxWidgets GUI. Tasks can be added, marked complete, prioritized, and are automatically saved to disk. All errors are logged to a file.


Prerequisites

  • C++20 or newer compiler
  • wxWidgets library (3.3) installed

Usage

  • Add, edit, or remove tasks in the list.
  • Task data is saved automatically in tasks.tof.

Error Handling & Logging

  • Runtime errors and warnings are written to errors.log in the application directory.
  • Abrupt exits on certain logic errors are logged for debugging.

This application is open source and can be modified as needed.

About

TickList — A simple C++ TODO list desktop application with a wxWidgets GUI for managing tasks with priorities, completion tracking, and persistent local storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published