A todo application made in c programming language.
To run the application locally
gcc -o todo todo.c -lglfw -lGL -lleif -lclipboard -lxcb -lX11 -lm
./todo
To install and run the application, run the setup.sh script located in the project root directory.
chmod u+x setup.sh
./setup.sh
Used the LEIF library for UI from https://github.com/cococry/leif