Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 561 Bytes

Todo App with Todo API

  • Create a folder (and repository) for a Todo App that will use the Todo API
  • Start from scratch and DO NOT copy any code
  • 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.