Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.42 KB


Weather App

The idea to create the Weather App emerged during a study process of SwiftUI and Async/Await. Based on two videos, I assembled the main structure and, once the idea was developed, I adapted and included the features I wanted the app to have, such as real weather/temperature data, requested from the OpenWeather API.

Demo


Installation

You can download the latest installable version of Weather App for iOS:

 - Click on the <>Code button above; 

 - Click on the Download ZIP option;

 - Open the project folder on your computer;

 - Make sure you have Xcode installed; 

 - Open the .xcodeproj file and run the project in the Xcode simulator.

Features

  • SwiftUI framework;
  • Responsive app design;
  • Intuitive navigation;
  • Service - API services and helpers;
  • Extensions - Extensions created to facilitate the encapsulate common functionality.

App Structure

Design - Helpers and wrappers related to the UI elements

Models - Decodable Model objects

View - Views and animation.

Design/Architecture

This project adopts SwiftUI framework, featuring a user-friendly interface.

Author

@vanluhurla