Skip to content

DKatuk/Redux-Toolkit-Async-Logic-With-Thunk-TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available Scripts

Type on terminal

  1. cd api/ and npm install dependencies for the server. Start the server on port 7000 by npm run server

  2. npm install dependencies and npm start the app to see it in your browser - running on port 3000 -

Desktop View asyncThunk

It's a simple todo list app built by React, Redux ( Redux Toolkit) and Thunk middleware. All the async logic was done by using Thunk middleware. You can;

  • Add a new todo
  • Delete a todo
  • Update todo status ( toggle between completed to uncompleted)
  • See how many uncompleted todos left
  • Filter todos by their active and completed status
  • Clear all the completed todos with a button

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published