Skip to content

News App - UIKit. Using the API from newsapi.org.

Notifications You must be signed in to change notification settings

tjana17/News-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Releases

No releases published

Packages

No packages published

Languages