Native iOS application that displays recent news retrieved from the News API. Users are able to search for category and view an article within the given category.
News App is currently not shipped to the Apple App store. To use News App, clone the repo and run it on your local machine.
- iOS 13 and above
- iOS device that can run applications or simulators
Clone this repository (Don't include the $. This symbol indicates that you need to write this command in the commandline in this repository):
$ git clone https://github.com/MondaleFelix/NewsApp.git
Traverse into the this repository:
$ cd /path/to/file/NewsApp/NewsApp
Open the project with Xcode
$ open NewsApp.xcodeproj/
Run the simulater:
Command + R
- Swift 5.1.4 - Programming Language
- Xcode 11.4.1 - IDE
This project is licensed under the MIT License - see the LICENSE.md file for details