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

https://github.com/caferrari/react-rxjs-todo-sample

A complex multiple todo App to show the power of rxjs with react
https://github.com/caferrari/react-rxjs-todo-sample

Last synced: 5 months ago
JSON representation

A complex multiple todo App to show the power of rxjs with react

Awesome Lists containing this project

README

          

# Mega ToDo

Its an overcomplicated ToDo app.

It's beign made to show many concepts of using RxJS with React. For example, the ToDo lists are loaded without it's items to simulate API loadings.

It also have an very basic backend that stores the items in memory.

## Features

- [x] Multiple todo lists
- [x] Add items to lists
- [x] Remove items from lists
- [x] Check/Uncheck items
- [x] Search items
- [x] Loader while saving items on backend
- [x] Remove items from the list before the backend responds
- [ ] Create lists
- [ ] Delete lists

## How to Run?

just run `docker-compose up`