Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 340 Bytes

File metadata and controls

8 lines (6 loc) · 340 Bytes

Todos

This simple todo application built with the Composable Architecture includes a few bells and whistles:

  • Filtering and rearranging todo items.
  • Automatically sort completed todos to the bottom of the list.
  • Debouncing the sort action to allow multiple todo items to be toggled before being sorted.
  • A comprehensive test suite.