Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterupfold/swear-todo

ncurses based todo system — a learning project for practising memory management in C.
https://github.com/peterupfold/swear-todo

Last synced: 5 days ago
JSON representation

ncurses based todo system — a learning project for practising memory management in C.

Awesome Lists containing this project

README

        

# Swear Todo

This is a learning project designed for me to experience handling memory management manually in C.
It is a simple, ncurses-based todo application.

"Swear Todo", because you swear you will complete the task -- and based on _ncurses_.

This is not an example of how you _should_ do memory management -- this is where I am learning,
and making mistakes, and hopefully correcting them over time.

In the `sqlite` branch, the application uses a SQLite database as the storage backend.

## Demonstration

## Licence

Licensed under the Apache License, version 2.0.