Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 511 Bytes

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.