The To-Do List Manager is a simple console-based program written in C that helps users keep track of their tasks.
The program provides options to add tasks, view tasks, and exit the application. Users can enter tasks they need to complete and later view the list of tasks they have entered. This project aims to provide a basic task management solution for personal or small-scale use.
Key Features:
Add Task: Users can enter task descriptions and add them to the to-do list. The program should allow for multiple tasks to be added sequentially.
View Task: Users can view the list of tasks they have added. The program should display the tasks in the order they were added, along with any relevant details such as timestamps or priority levels.
Exit: Users can choose to exit the program when they have finished managing their tasks. The program should gracefully terminate and save any task data, allowing the user to resume where they left off in subsequent program runs.
Potential Enhancements:
Submitted by Saharsh Kumar (Saharshkumar)
Download packets of source code on Coders Packet
Comments