Skip to content

bcherny/undux-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undux & TypeScript TodoMVC Example

TodoMVC for Undux

Installation

git clone [email protected]: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

Releases

No releases published

Packages

 
 
 

Contributors