Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T04:55:26.000Z (about 3 years ago)
- Last Synced: 2023-08-15T15:58:55.583Z (over 1 year ago)
- Topics: drag-and-drop, ios-app, swiftui, trello-clone
- Language: Swift
- Homepage:
- Size: 9.41 MB
- Stars: 89
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trello Clone iOS App - SwiftUI
![Alt text](./promo.jpg?raw=true "SwiftUI Trello Clone iOS App")
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).