https://github.com/alfianlosari/swiftui-trelloclone
Trello Clone iOS App build with SwiftUI
https://github.com/alfianlosari/swiftui-trelloclone
drag-and-drop ios-app swiftui trello-clone
Last synced: 3 months ago
JSON representation
Trello Clone iOS App build with SwiftUI
- Host: GitHub
- URL: https://github.com/alfianlosari/swiftui-trelloclone
- Owner: alfianlosari
- License: mit
- Created: 2021-12-02T01:57:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T04:55:26.000Z (over 3 years ago)
- Last Synced: 2025-03-24T14:12:33.001Z (3 months ago)
- Topics: drag-and-drop, ios-app, swiftui, trello-clone
- Language: Swift
- Homepage:
- Size: 9.41 MB
- Stars: 112
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.## Getting Started
- Download Xcode 13 from App Store.## Installation
- Build and run the project using Xcode 13 and iOS 15.## Tutorial
This project is based on the YouTube tutorial series that you can watch at Build a Trello Clone iOS App with SwiftUI[YouTube](https://youtu.be/Of_20rSjk7Y).