This is a simple CLI To-do list application built with dart . It will allow you to add , view, delete tasks and automatically saves them to a '.txt'file for persistence between runs.
- Add tasks
- View tasks
- Delete tasks
- Save/ upload from a .txt file
todo_app/ |main.dart | | tasks.txt |
Dart