/TrelloClone

Primary LanguageSwiftMIT LicenseMIT

Trello Clone iOS App - SwiftUI

A Trello Clone App for iOS built with SwiftUI.

Features

The app has several main features:

  1. Card, BoardList CRUD.
  2. Drag and Drop Card to reorder in List.
  3. Drag and Drop Card to another List.
  4. Drag and Drop List to reorder.
  5. Disk Persistence.

SwiftUI Drag and Drop API:

  • List OnMove, OnInsert modifiers.
  • OnDrag & OnDrop Modifiers with
  • Drop Delegate.