Todo List

The todo example is a small session-backed web flow. It models `Data\Storage\Session`, `Arr` mutation, `Date` parsing/formatting, controller-style request handling, and Vibe template rendering.

Run It In Codespaces Or Locally

composer install
php -S 0.0.0.0:8080

Open `/examples/todo/index.php` on the forwarded or local server.

What To Study

Follow the storage lifecycle: activate, read, normalize input, mutate an `Arr`, assign the updated value, write, then render template data.