A SwiftUI-based weather application showcasing hourly and daily weather forecasts with a map-based interface for tourist locations.
- Interactive Tourist Map: Explore tourist locations with annotations and navigation to detailed views.
- Weather Forecasts: Hourly and daily weather forecasts with dynamic layouts.
- Custom Utilities:
DateFormatterUtils: Formats dates for weather displays.WindDirHelper: Calculates and displays wind direction.
- Clean Architecture: Organized with
Models,ViewModels, andViewsfor scalability.
- Language: Swift
- Framework: SwiftUI
- Utilities: Custom helpers for date formatting and wind direction.
- JSON Parsing: Integrated with
PlacesDataModelfor dynamic content population.
- Clone the repository:
git clone https://github.com/your-username/WeatherApp.git cd WeatherApp