Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcherny/undux-todomvc
https://github.com/bcherny/undux-todomvc
flux react redux todomvc typescript undux
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcherny/undux-todomvc
- Owner: bcherny
- Created: 2018-01-21T21:59:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T05:14:47.000Z (over 6 years ago)
- Last Synced: 2024-04-29T07:03:16.752Z (6 months ago)
- Topics: flux, react, redux, todomvc, typescript, undux
- Language: TypeScript
- Homepage: https://bcherny.github.io/undux-todomvc/dist
- Size: 28.2 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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