The user is greeted with the movie search screen. On this screen, the user specifies the movie they want to search. Then the results are displayed in the list at the bottom of the search screen and the details of the movie can be accessed.
- I designed a logo.
- I developed with SwiftUI.
- I used the MVVM design pattern.
- I fetched movie and series information using omdb api. http://www.omdbapi.com/
- i used lottie for animations.
- I used screen transition animation.
- I took care to write clean code.