I'll be making an API call to the OMDb API http://www.omdbapi.com/ and displaying the results to a ScrollView in my SwiftUI app.
In this first video I will write the Model and the UI and in the second video I will write the code that makes the API call and handles the response.