Skip to content

diegofiore83/todo.react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Todo App using React Redux with a TDD approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published