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
- Host: GitHub
- URL: https://github.com/jackdbd/todoapp-react-redux-immutable
- Owner: jackdbd
- License: mit
- Created: 2018-05-22T12:25:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T18:12:35.000Z (about 8 years ago)
- Last Synced: 2025-01-17T21:29:32.964Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jackdbd.github.io/todoapp-react-redux-immutable/
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).