GoodWeather
This is a SwiftUI project.The main goal of the project is to create a simple temperature application using MVVM deisgn pattern and an open source API to get the city temperature of the user’s choice according to their input
Topics Covered
- Algorithmic logic (correct way of calcualting and displayin the result)
- Data model – Observable Object
- Local Variables -State Objects
- Text Modifications
- VStack,HStack,ZStack interface
- MVVM practices
- Get data from opensource API (Get Mapping)
- JSON Decoder
- Textfield input with binding
Features
- Displaying correctly the temperature of each city to Celcius degrees
- Fetching data fron opensource API