This is a simple To-Do List application developed using Python. The project allows users to add, view, and delete tasks through a command-line interface. It helped me strengthen my understanding of Python fundamentals, including loops, lists, conditional statements, and user input handling.