Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 825 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 825 Bytes

MovieApp

If you use Mac M1, please config rosetta for simulator. Show package content of XCode, go to Contents/Developer/Applications/Simulator, then you can check the rosetta checkbox

#Requirement

Shows a list of movie and movie detail returned by omdbapi.com with some behavior:

  • User can search movie by title
  • User can load more page
  • User can see detail of movie

Technical

  • User Combine framework with Clean Architecture
  • Apply DI and write UT for logic function

Result

Simulator Screen Shot - iPhone 11 - 2022-06-08 at 08 37 33

Simulator Screen Shot - iPhone 11 - 2022-06-08 at 08 37 45