The title of my project

Weather app ⛅️

I created a weather app that goes by the name Clima. I used swift to build this app from scratch, so how does the app work?

I used API's to fetch live data from the internet using URL Session that allows me to get the live weather data for the current location using the phone's G.PS.Once I get to the weather data bank, I will convert it from a JSON format to a Swift object using JSONDecoder.

Plus, I can also type in the name of the city that I want to check the weather for and get the weather that way. On top of all of that, it's also comes with dark-mode enabled, so you'll be able to switch to dark mode, and you'll be able to see the interface of your app change accordingly.