Written in rust as a beginner project.
- Add
cargo run -- add "Todo List Item"
- Complete
cargo run -- complete "Todo List Item"
- Remove
cargo run -- remove "Todo List Item"
- Add
- Adds a new item in todo list and creates a db.json to save it
- Complete
- Complete a item in todo list and updates in db.json and save it
- Remove
- Removes a item from todo list and updates in db.json and save it