CatPicks is an iOS app built with SwiftUI that allows users to view random cat images fetched from an API. It also provides the ability to save favorite images locally using FileManager and view them in a gallery-like view.
- 📷 Explore random cat images from an API.
- ⭐ Save your favorite images to local storage.
- 🖼️ View saved images in an elegant gallery.
- 🎨 Modern and minimalistic UI with SwiftUI.
- SwiftUI: For the user interface
- FileManager: For local image storage
- URLSession: For API requests
- Combine: For reactive data handling
CatPicks fetches cat images from The Cat API.
