A minimalist art collection app built with SwiftUI and Core Data. Users can archive their favorite art pieces by saving images, artist names, and creation years directly to the device's local storage.
- Image Picker: Integration with
UIImagePickerController/PHPickerto select images from the gallery. - Local Persistence: Uses Core Data to efficiently store and retrieve image data (converted to Binary Data) and text details.
- CRUD Operations: Create new entries, Read the list of arts, and Delete unwanted items.
- Clean UI: A simple and user-friendly interface designed with SwiftUI.
- Language: Swift 5
- UI Framework: SwiftUI
- Database: Core Data
- Integration: UIKit (for Image Picker compatibility)
- Clone the repository.
- Open
ArtBook.xcodeprojin Xcode. - Run on iPhone Simulator.
- Click the "+" button to add your first art piece!
Cihangir Kankaya
- LinkedIn: linkedin.com/in/cihangir-kankaya


