A simple Python-based To-Do List application designed for beginners.
The program allows users to add tasks, mark tasks as completed, and view remaining tasks easily.
It provides real-time updates by showing the current list after each action and notifies the user when all tasks are completed.
This project helps demonstrate basic programming concepts such as lists, loops, and user input in Python.