Skip to content

Create a Task Management System with JSON storage #2

@kastertrooy

Description

@kastertrooy

Write a Python program that:

  1. Has a Task class with attributes: id, title, description, and status.
  2. Can add tasks, list all tasks, and mark a task as completed.
  3. Saves and loads the tasks from a file named 'tasks.json'.
  4. Includes basic error handling for file operations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions