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

https://github.com/jackdbd/todoapp-react-redux-immutable

Todo app built with React, Redux, Immutable.js
https://github.com/jackdbd/todoapp-react-redux-immutable

Last synced: over 1 year ago
JSON representation

Todo app built with React, Redux, Immutable.js

Awesome Lists containing this project

README

          

# todoapp-react-redux-immutable

[See it here](https://jackdbd.github.io/todoapp-react-redux-immutable/)

A simple Todo App built with:

- React
- Redux
- Immutable.js
- Materialize CSS

# Installation

```
git clone git@github.com:jackdbd/todoapp-react-redux-immutable.git
cd todoapp-react-redux-immutable
yarn install
yarn start
```

# Credits

Inspired by Dan Prince's [article on Sitepoint](https://www.sitepoint.com/how-to-build-a-todo-app-using-react-redux-and-immutable-js/)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).