This is a simple todo list application written in Rust. It uses the Ratatui.rs library to provide a terminal user interface.
This project is a simple todo list application written in Rust.
- Add basic terminal interface
- Finish basic terminal interface
- Add user input
- Changed lib to Ratatui
- Next: add database
- Added database
- Add task CRUD
- Add task CRUD
- Mark task as done
- Adjusting "FE" style
- Adding due date
- Added due date to the Task table
- Next: Grouping by date
- Added due date to the Task table
- This project is now finished, I will not add any more features because I feel like I'm spending more time defining layouts and designs than actually learning Rust.