Skip to content

alpenkind/todo-app-with-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App with Todo API

  • Create a folder (and repository) for a Todo App that will use the Todo API
  • Use the Todo API with your new Todo App
    • Load all todos from the Todo API
    • Create todos in the Todo API
    • Update todos in the Todo API whenever the done state is changed
    • Add a Delete Done Todos button that will delete all done todos from the Todo API
  • Keep your local state, backend state and the UI in sync

Hints

The Fetch API uses promises which is async.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published