A Python-based command-line To-Do List application that allows users to add, view, and delete tasks, built to practice Python fundamentals and logical thinking.
A simple command-line based To-Do List application built using Python.
- Add tasks
- View tasks
- Delete tasks
- Simple and user-friendly CLI
- Python
- Python functions
- Lists and loops
- Basic error handling
- Problem solving