Project Overview
This is a console-based application where users can manage their tasks. It's simple but teaches crucial concepts about data storage, user interaction, and making data persist between program runs.
What the Program Should Do
Core Features:
- Add new tasks to the list
- Display all current tasks
- Remove completed tasks
- Save tasks to a file so they persist when you close the program
- Load saved tasks when you restart the program
Source Code