A simple console-based to-do list app built in Java using List.
You can add, update, complete, and remove tasks with a clean, menu-driven interface.
- Console menu for interaction
- Add new tasks
- Mark tasks as done or undone
- Update task titles
- Remove tasks by title or index
- View all, completed, or pending tasks
- Log user actions
- Save tasks to a file and load them automatically on startup