---
url: /demos/todo-app.md
description: 'This is a classic TodoMVC example app, developed using Electric.'
---

# {{ $frontmatter.title }}

{{ $frontmatter.description }}

## Todo MVC using Electric

The main Electric code is in [`./src/routes/index.tsx`](https://github.com/electric-sql/electric/blob/main/examples/todo-app/src/routes/index.tsx):

<<< @../../examples/todo-app/src/routes/index.tsx{tsx}
