To-do-redux is a simple to-do-list built on a single page app.
This app was created using ReactJS and Redux, beyond other tools (see package.json) The secret behind the styling was bootstrap components through reactstrap package, favoring composition control. There was also individual css modules stylesheets which were applied to some of the components to control styling locally. It is using Firebase to handle user authentication and to save items list in database
Adding, editing, and deleting item mechanisms User-Friendly and comprehensible interface Short, mid and long term tabs with each having its own to-do-list items Testing files for the redux reducers and for some containers