Posted January 7Jan 7 Create a command-line to-do list application that allows users to manage their tasks. The app should have the following functionality: Basic Features: Add a new task with a description. Mark a task as complete. Delete a task by its ID. List all tasks, showing their status (e.g., completed or pending). Bonus Features: Add due dates to tasks. Allow users to edit tasks. Save tasks to a file so they persist between runs. Example Output: Welcome to the To-Do List App! 1. Add Task 2. Complete Task 3. Delete Task 4. View Tasks 5. Exit Enter your choice: 1 Enter task description: Complete the Programming Challenge Task added!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.