Objective
A simple command-line To-Do List manager built using Python.
It allows users to add, view, and remove tasks, with tasks saved in a text file (tasks.txt) for persistence.
Tools & Technologies
Language:** Python
Editor:** VS Code / Terminal
Storage:** Text File (tasks.txt)
Features
Add new tasks
View all tasks
Remove completed tasks
Save tasks to a file
Load tasks automatically when the app starts
Project Structure