/todo-app

context api / redux / redux-toolkit --- CRUD application that fetches data from external api with axios thats stored in global state

Primary LanguageTypeScript

Todos:

  • add drag and drop
  • filter visible items
  • add global state
    • implemented Context API
    • implemented Reduxjs
  • add editable todos
  • fetch todos from some API
  • add typescript