This is a simple todo app written using React Redux (https://github.com/reactjs/react-redux). It has been developed using Test Driven Development approach. As Javascript Testing utility Eznyme has been used. (https://github.com/airbnb/enzyme)
It is possible to Add, Delete and Select a todo action.
Install the required dependencies using npm:
npm install
You can then start the app with:
npm start
And run the tests (in watch mode) with:
npm test