An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GUI TASK MANAGEMENT APP IN C

![image](https://github.com/sporestudio/task-manager/blob/main/branding/todo-showcase.png?raw=true)

## 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).