✔️
Sample ToDo
  • Welcome
  • Specification
    • Requirements
      • User views a list
      • User creates a task
      • User edits a task
      • User deletes a task
      • User marks a task as done
      • User marks a completed task as not done
      • User navigates through the list
      • User reorders the list
    • UI Design
  • Comparison
  • No code tools
    • Bubble.io
    • MVP Now
    • Retool
    • Adalo
    • Flutter Flow
    • Bravo Studio
  • Low code tools
    • OutSystems
    • Mendix
    • Unqork
    • Microsoft PowerApps
  • API Reference
    • Overview
    • List
      • Create a list
      • Get a list
      • Delete a list
      • Populate a list
      • Clear a list
    • Task
      • Create a task
      • Get tasks
      • Get a task
      • Delete a task
      • Update a task
Powered by GitBook
On this page

Welcome

Welcome to SampleToDo—the one-stop shop for learning everything about creating a todo list.

NextRequirements

Last updated 1 year ago

What is SampleToDo?

We built a sample todo list on a number of no code / low code tools in order to compare their capabilities and complexity. You can watch videos about how we were building on a corresponding page for each tool.

  • MVP Now

  • Bubble

  • Adalo

  • Retool

  • Flutter Flow

  • Bravo Studio

  • OutSystems

For each implementation of the todo app we use (you can use it as well for your needs).

Sample ToDo API