Qibli is a clean, minimalistic iOS weather app built using Swift, UIKit, and CoreLocation. It fetches real-time weather data based on user input or current location using the OpenWeatherMap API.
- 🔍 Search weather by city name
- 📍 Get weather for current location
- 🌡️ Displays temperature, weather condition, and city name
- 🧊 Clean and responsive UI with SF Symbols
- 🌐 Fetches data from OpenWeatherMap API
- 🧭 Built-in CoreLocation permission handling
- 🌙 Support for dark mode
Here’s a preview of the app UI:
- Language: Swift 5
- Frameworks: UIKit, CoreLocation
- API: OpenWeatherMap
- Architecture: MVC
- Design: Storyboard, SF Symbols
git clone https://github.com/yourusername/Qibli.git
cd Qibli
open Qibli.xcodeproj