Check demo here
I built this simple TODO App for learning purposes, if you have any suggestion/fix please feel free to contribute :).
to setup the app on your machine:
- Install all dependencies by running
npm install
- Build the app and watch file changes with
gulp