cli_todo_project 0.1.0

simple app on the command line to manage your yodo list
Documentation
1
2
3
4
5
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