# Todd `todd` is a to-do app written in C. ## Requirements - GCC - GNU Make - ncurses development libraries ## Building To build `todd` all you need to do is run `make`. ## Usage ```sh ./todd ``` ## 3rd Party Todd uses the following dependencies: - stb_ds - https://github.com/nothings/stb - ncurses - https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html