The goal of this project is to create a todo application for the terminal. The application uses sqlite for storing the data.
Location for the database:
- Windows:
C:\Users\username\AppData\Roaming\todominal\config\todominal.db3
- Linux:
/home/user/.config/todominal/todominal.db3
To build and run the application
cargo install --path . && todominal