Cascadiq

Simple Todo API

project · Level 1 · 20 min

Description

Build a minimal API that stores a list of todo items in memory. Support adding a todo and listing all todos.

Requirements

  • Add a todo (text)
  • List all todos
  • In-memory storage

Constraints

JavaScript/TypeScript. No database.

Deliverables

Code or pseudocode for the endpoints and a sentence on how you would add persistence.

Tags

APIBackend