bcherny / undux-todomvc

Home Page:https://bcherny.github.io/undux-todomvc/dist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undux & TypeScript TodoMVC Example

TodoMVC for Undux

Installation

git clone git@github.com:bcherny/undux-todomvc.git
cd undux-todomvc
npm install
npm run build
npm start

Then, open http://localhost:8081 in your favorite browser.

Features

  • Add, remove, rename todos
  • Filter todos
  • Mark todos as complete
  • Clear completed todos
  • Everything is saved to localStorage - try refreshing!
  • Partial routing support

License

MIT

About

https://bcherny.github.io/undux-todomvc/dist


Languages

Language:TypeScript 89.3%Language:JavaScript 5.8%Language:HTML 4.8%