CLI-TODO is a simple rust CLI todo app designed for me to get better at Rust
Through this project, I refined my rust programming skills, especially utilizing structs effectively. I also learned dependecies such as serde to save tasks in CLI as JSON files, clap to define commands on the CLI, and chrono for datetime functions.
Additionally, I learned how to license and publish these projects as crates