Skip to content

delhibabu86/TodoApp

 
 

Repository files navigation

Todo App Build Status Coverage Status

Using React, Redux, Redux-saga

A simple todo app built with the latest tech

How to work in this project

Development

$ yarn 
$ yarn start

Building for production

$ yarn
$ yarn build

Running test

$ yarn
$ yarn test

TODO items

  • Add tests with mocha
  • Add istanbul
  • Add persistence local storage
  • Add option to just show active items and not the completed items

Validity check of package.json

Run npm ls to check if your project's inter-dependent packages are version compatible.

About

Todo App with React, Redux, Redux-saga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.6%
  • CSS 0.3%