Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 550 Bytes

todo.react

Todo App using React Redux - TDD

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.

Getting Started

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