/todo-list

ho perso le credenziali per l'account vecchio, quindi ho forkato l'esame sull'account nuovo

Primary LanguageC++

TODO-LIST

a simple todo list manager

Compiling and using

Dependencies

  • qt5
  • cmake
  • build and run scripts require sh (posix shell, linux or macos work out of the box)
  • test script requires bash (and date, but that’s usually preinstalled)

Compiling

in the project root directory (the one you cloned with the .git/), run

./lebuild

Running the tests

in the project root directory

./letest

you can run

./letest clean

to remove any preexisting compilation artifacts and recompile everything before running the tests

Running the program

in the project root directory run

./lerun

or

./build/todo

(they do the exact same thing, ./lerun is just a more convenient way to do it)

Features present

  • View and edit todo lists through a graphical user interface
  • Read and write todo lists to and from files
  • Not segfaulting (experimental)

Features to be added

  • A working GUI (done)
  • Decent documentation