https://github.com/sporestudio/task-manager
GUI Task Management in pure C.
https://github.com/sporestudio/task-manager
Last synced: 8 months ago
JSON representation
GUI Task Management in pure C.
- Host: GitHub
- URL: https://github.com/sporestudio/task-manager
- Owner: sporestudio
- Created: 2024-07-06T19:47:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:55:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T20:25:28.423Z (over 1 year ago)
- Language: C
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI TASK MANAGEMENT APP IN C

## Overview
*todo* is a GUI task management utility that manages and stores your tasks.
It supports serialization & deserialization of tasks. Furthmore, the app implements a priority system for your tasks and the displayed tasks are sorted from high to low priority.
There is also a filtering system that filters tasks after different critia (eg. completed, high priority,in progress).
## UI
The UI of the applicaton is written entirely with the [leif](https://github.com/cococry/leif) UI library which is a small immediate mode UI framework written by [cococry](https://github.com/cococry).