• XCode version: 14.3
• Minimum deployment target: iOS 12.0
• Design pattern: MVVM
• GridLayout: It's a custom UIView that organizes views inside horizontally or vertically.
• NetworkDataApi: It is used to fetch data from web in a desired data format.
• When the app opens, home page is listing the top stories from the NY
Times.
• When you tap one of the news, it will open detailed view page.
• From detailed view page, you can press "See More" button in order to read the full story.