Skip to content

Simple React/Redux todo app with a bunch of extras already added on

Notifications You must be signed in to change notification settings

johnazre/react-redux-todo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-redux-todo-starter-project

Contains the following:

  • React
  • Redux
  • React-Redux
  • React Router (react-router-dom)
  • Redux Form
  • Redux Thunk (A side-effect library that handles both synchronous and asynchronous action dispatches)
  • Redux Logger (A great logger tool to keep track of actions fired and updated state)
  • Also built to work with Chrome Redux Dev Tools

To get started:

git clone https://github.com/johnazre/react-redux-todo-starter.git
cd react-redux-todo-starter
npm install OR yarn
npm start OR yarn start

There is one test currently failing in the App component, which should have been fixed by exporting the App component separately from the "connected" exported component. If you can fix that, send a PR.

About

Simple React/Redux todo app with a bunch of extras already added on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published