Skip to content

Todo app using the extended react ecosystem to implement good practice design patterns. Todo app using the extended react ecosystem to implement good practice design patterns. Uses data persistence to maintain state in local storage.

Notifications You must be signed in to change notification settings

WilliamJefferies/redux-thunk-todos-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux-Thunk-Todos-App

Todo app using the extended react ecosystem to implement good practice design patterns.

Uses data persistence to maintain state in local storage.

Stack

  • React
  • Redux
  • Thunk
  • Selectors
  • Styled Components

Getting Started

npm i & npm run dev

SRC

├───todos/
│   ├───tests/
│   │   ├───TodoListItem.test.js
│   │   ├───reducers.test.js
│   │   ├───selectors.test.js
│   │   └───thunks.test.js
│   ├───NewTodoForm.js
│   ├───TodoList.js
│   ├───TodoListItem.js
│   ├───actions.js
│   ├───reducers.js
│   ├───selectors.js
│   └───thunks.js
├───App.js
├───index.js
└───store.js

About

Todo app using the extended react ecosystem to implement good practice design patterns. Todo app using the extended react ecosystem to implement good practice design patterns. Uses data persistence to maintain state in local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published