project · Level 1 · 20 min
Build a minimal API that stores a list of todo items in memory. Support adding a todo and listing all todos.
JavaScript/TypeScript. No database.
Code or pseudocode for the endpoints and a sentence on how you would add persistence.