How to write a JavaScript-free todo app using just HTML and CSS

I wrote a todo app. Unlike TodoMVC (where I took the design from) it doesn’t use JavaScript and instead all interactions are driven by CSS. Read more

Similar