This is a simple CLI app to manage your to-do list.
- Run the app by executing the Ruby script.
- Follow the on-screen menu to perform various tasks:
- Add Task: Enter a task description to add it to your to-do list.
- List Tasks: View your current tasks with their completion status.
- Mark Task as Completed: Mark a task as completed by entering its number.
- Exit: Quit the app.
Enjoy managing your tasks with this simple CLI app!
run: ruby tests/task_test.rb ruby tests/todo_list_test.rb
good luck