Skip to content

noamr/todomvc-app-template

 
 

Repository files navigation

Vanilla-based TODO-MVC

Live at https://noamr.github.io/todomvc-app-template/index.html

Using a few concepts to keep code concise without a framework:

  • Reactivity via CSS
  • HTML is mostly forms and form elements
  • Accessing model via a Changes Channel

"View" JS code ends up being less than 40 lines of code: https://github.com/noamr/todomvc-app-template/blob/main/js/app.js

See full article here: https://www.smashingmagazine.com/2022/02/web-frameworks-guide-part2/

TodoMVC App Template

Template used for creating TodoMVC apps

License

Creative Commons License
This work by TasteJS is licensed under a Creative Commons Attribution 4.0 International License.

About

A modern Vanilla implementation of TodoMVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.5%
  • JavaScript 40.4%
  • HTML 18.1%