Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bcherny/undux-todomvc


https://github.com/bcherny/undux-todomvc

flux react redux todomvc typescript undux

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Undux & TypeScript TodoMVC Example

> [TodoMVC](http://todomvc.com/) for [Undux](https://github.com/bcherny/undux)

## Installation

```sh
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