A simple and beginner-friendly To-Do List Application built using Python.
This project allows users to *add, view, and delete tasks, which are stored permanently in a text file using *file handling.
β Add new tasks
β View all tasks with numbering
β Delete tasks by task number
β Tasks are saved in storage.txt
β User-friendly menu navigation
β Runs on any system with Python installed
| Component | Technology |
|---|---|
| Programming Language | Python |
| Storage | File Handling (storage.txt) |
| Interface | Command-line / Terminal |