Pux TodoMVC with generic graphviz

November 30, 2017 ยท View on GitHub

modified version of Pux TodoMVC as an example for generic graphviz.

see the example in action

TodoMVC built with Pux.

  • Add / edit / remove todos
  • Mark todos as completed
  • Filter todos
  • Routing using HTML5 History
  • Caching via localStorage

Installation

Clone the repository and run npm install to get started:

git clone https://github.com/csicar/generic-graphviz-todomvc
cd generic-graphviz-todomvc
npm install
npm start

After compiling the app should be available at http://localhost:8080.