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.
- Host: GitHub
- URL: https://github.com/florianwoelki/react-todo
- Owner: FlorianWoelki
- Created: 2018-09-19T15:40:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T09:13:10.000Z (over 7 years ago)
- Last Synced: 2025-06-01T19:18:34.418Z (about 1 year ago)
- Topics: gh-pages, materializecss, react, react-redux, react-router, redux, todo-app
- Language: JavaScript
- Homepage: https://florianwoelki.github.io/react-todo/#/
- Size: 3.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]: