/react-todo

Materialized todo web app created in react with redux.

Primary LanguageJavaScript

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:

And of course React-ToDo itself is open source.

Installation

React-ToDo required Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

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

For production environments...

$ npm build

Todos

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