anydo
To-do list and task manager.
Extends: Technology
Any.do
To-do list and task manager.
Overview
Category: Productivity software
To-do list and task manager.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Any.do',
category: 'Productivity software',
description: 'To-do list and task manager.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Any.do",
"applicationCategory": "Productivity software",
"description": "To-do list and task manager."
}