You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository serves as an exemplar of the capabilities of iOS development, showcasing the author's technical expertise. It provides an opportunity to explore the latest iOS features, offering insight into the seamless integration of modern design patterns and robust backend communication.
A cryptocurrency price tracker app that retrieves Bitcoin prices based on user-selected currencies. Utilizes API calls to fetch live data and displays it in a user-friendly interface.
A weather app that retrieves and displays current weather data using the OpenWeatherMap API. Features include location-based updates and user search functionality.
NetworkService is used to decouple network related functionality from the main application and provides us with a simple interface to perform all network related tasks.
An App made by following Swiftful Thinking course on Youtube, using CoinGecko API to fetch Coins price data using URLSessions and Combine and store them locally in the user's portfolio using CoreData
💻 A Swift package for flexible networking in SwiftUI, offering JSON and data fetching, file uploading, and downloading using Escaping Closures, Combine, and async-await.