Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peterupfold/swear-todo
- Owner: PeterUpfold
- License: apache-2.0
- Created: 2020-02-07T10:46:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-17T15:03:30.000Z (over 4 years ago)
- Last Synced: 2024-11-08T09:51:05.037Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.