A simple to-do app for the terminal built in the C programming language. A side project to learn more about low-level programming and how digital systems work under the hood.
DevDoo is a minimalist to-do application designed for the terminal. Built in C, it provides a deep understanding of memory management, pointers, and low-level systems programming.
Features
- Add, remove, and mark tasks as complete
- Save tasks locally
- Simple and fast terminal-based interface
- Built with focus on performance and minimal resource usage
Technical Solution
- Language: C
- Build system: CMakeLists
- Platform: Linux/Unix terminals
- License: Open source (FOSS)