Skip to content

Files

Latest commit

95d2bc7 · Jun 28, 2023

History

History
This branch is 607 commits behind pointfreeco/swift-composable-architecture:main.

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.