[
  {
    "id": "1",
    "title": "Design Homepage",
    "image": "https://www.sweetprocess.com/wp-content/uploads/2022/10/task-management-20.png",
    "status": "completed",
    "assignee": "alice@example.com",
    "tags": [
      "design",
      "frontend"
    ]
  },
  {
    "id": "2",
    "title": "Setup Database",
    "image": "https://optimizory.com/assets/img/tech-talk-blog/task-management.jpg",
    "status": "completed",
    "assignee": "bob@example.com",
    "tags": [
      "backend",
      "database"
    ]
  },
  {
    "id": "4",
    "title": "Deploy to Vercel",
    "image": "https://www.shutterstock.com/image-vector/big-task-word-small-people-260nw-1429801826.jpg",
    "status": "in-progress",
    "assignee": "dan@example.com",
    "tags": [
      "devops",
      "deployment"
    ]
  },
  {
    "id": "5",
    "title": "Write Documentation",
    "image": "https://www.sweetprocess.com/wp-content/uploads/2022/10/task-management-1.png",
    "status": "not-started",
    "assignee": "eve@example.com",
    "tags": [
      "docs",
      "writing"
    ]
  },
  {
    "id": "6",
    "title": "Create Onboarding Flow",
    "image": "https://optimizory.com/assets/img/tech-talk-blog/task-management.jpg",
    "status": "completed",
    "assignee": "frank@example.com",
    "tags": [
      "ux",
      "frontend"
    ]
  },
  {
    "id": "7",
    "title": "Add Payment Integration",
    "image": "https://www.sweetprocess.com/wp-content/uploads/2022/10/task-management-1.png",
    "status": "completed",
    "assignee": "grace@example.com",
    "tags": [
      "finance",
      "api",
      "react",
      "tailwindcss"
    ]
  },
  {
    "id": "c426",
    "title": "Tuesday React Class Standup",
    "image": "https://www.shutterstock.com/image-vector/big-task-word-small-people-260nw-1429801826.jpg",
    "status": "not-started",
    "assignee": "kk@gmail.com",
    "tags": [
      "reatc",
      "tailwindcss"
    ]
  },
  {
    "id": "84fe",
    "title": "React Routing Version 6/7",
    "image": "https://www.shutterstock.com/image-vector/big-task-word-small-people-260nw-1429801826.jpg",
    "status": "not-started",
    "assignee": "koech@gmail.com",
    "tags": [
      "react"
    ]
  }
]