iOS Weather App
Background:
This University project consisted of gathering forecast data from the Open Weather API and displaying it in on an app.​
The app design was provided and had to be recreated 1:1 by the developer using images as a visual aid.
​
Features:
-
Saving and Loading previous data using JSON
-
API Requests to OpenWeather
-
Finding location by name
-
Async Image loading from the web​
​​
Learned:​
-
SwiftUI was a key learning part of this project, as it was an entirely new language. However, I ended up enjoying it very much as it turned out to be an extremely developer-friendly language that assisted in rapid app development.
-
API Requests were also a novel concept to me at the time and learning about how to do them was an interesting task that I found quite exciting.