Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 557 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 557 Bytes

Todo App Built with Web Components

This is just an experiment to see what using Web Components and no frameworks is like.

The goal is to build a Todo MVC app (minus the styling).

The main APIs being used here are custom elements that use HTML templates elements.

It runs in the browser if you just load index.html.