Skip to content

Collaborative TodoMVC with Modern (ES6+), Vanilla JavaScript and m-ld

License

Notifications You must be signed in to change notification settings

m-ld/m-ld-todomvc-vanillajs

Repository files navigation

Collaborative TodoMVC App in Vanilla JS

This is a vanilla Javascript implementation of TodoMVC, with collaboration enabled using m-ld.

It seems straightforward to build reasonably complex things using only modern JavaScript these days! We can take advantage of most newer features without hacks or polyfills.

Marc Grabanski

Trying It Out

  1. git clone
  2. Serve index.html – e.g. using npx http-server in the project root
  3. Navigate to index.html
  4. When ready, copy the URL and paste it into another browser

License

Creative Commons License