Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.21 KB

NEWS App - UIKit


NEWS App - UIKit is a news app that uses NEWSAPI.org and is built with UIKit. Get the latest news and articles from the different countries and populate them in UI.


Tech Used


  • Designed with MVC architecture
  • Swift 5
  • UIKit
  • JSON & Codable
  • newsapi.org
  • XCode 15


Installation

  1. Clone or download the project to your local machine
  2. Open the project in XCode.
  3. Replace "YOUR API HERE" with your valid newsapi.org Key in NetworkAPI.swift

  4.   extension QueryParams {
      var apiKey      : String    {return "YOUR API HERE"}
    
    
  5. Run the simulator.

Screens