Link to Stencil TodoMVC appliation
This is a TodoMVC implementation in Stencil.
Stencil is a compiler for building fast web apps using Web Components.
The application is structured in four components:
- todo-app - handles all data and represents the whole application
- todo-list - shows the list of todos
- todo-item - shows the todo item and handles editing and deleting
- todo-footer - the footer with the count, filters and "clear completed" action
Run the application with in dev mode (watch is active, opens browser):
pnpm start
Build the app with:
pnpm build
- run test suite
Created by Christian Köberl