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

https://github.com/florianwoelki/react-todo

Materialized todo web app created in react with redux.
https://github.com/florianwoelki/react-todo

gh-pages materializecss react react-redux react-router redux todo-app

Last synced: 3 months ago
JSON representation

Materialized todo web app created in react with redux.

Awesome Lists containing this project

README

          

# React-ToDo

React-ToDo is a mobile-ready, site-storage, React powered ToDo website.

### Tech

React-ToDo uses a number of open source projects to work properly:

* [React] - HTML enhanced for web apps!
* [React-Redux] - a store for react
* [MaterializeCSS] - an awesome web framework for material designs
* [jQuery] - duh

And of course React-ToDo itself is open source.

### Installation

React-ToDo required [Node.js](https://nodejs.org/) v4+ to run.

Install the dependencies and devDependencies and start the server.

```sh
$ cd react-todo
$ npm install -d
$ npm start
```

For production environments...

```sh
$ npm build
```

### Todos

- [ ] Write tests
- [x] Fix bug in text field
- [x] Check why deployment is not working (notice: just worked with HashRouter)
- [ ] Add docker?
- [ ] Add storage in the cloud

[React]:
[React-Redux]:
[MaterializeCSS]:
[jQuery]: