Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 849 Bytes

MovieSw

movie app with swift lang

Movie application fetching data from moviedb and navigating detail page with id learning swift...  

Used Technologies

  • MVVM Design Pattern
  • URLSession
  • Kingfisher
  • No storyboard *XiB
GET https://api.themoviedb.org/3/trending/all/day?api_key=***********"  -> getting trending movies
GET https://image.tmdb.org/t/p/w500/ -> for images

Screenshots

Intro   Main Detail
Screenshot 2023-12-26 at 16 43 19 Screenshot 2023-12-26 at 16 43 38 Screenshot 2023-12-26 at 16 44 17