News App is a simple iOS application that allows users to stay updated with the latest news articles. It fetches news data from the NewsAPI and provides a user-friendly interface for browsing news.
- View a list of top headlines.
- Search for the entered word
- Click on a news article to view the full details in a browser.
-
Clone the repository:
git clone https://github.com/JoaoVytor/NewsApp.git
-
Open the project in Xcode.
-
Run the app on a simulator or device.
API The app uses the NewsAPI to fetch the latest news articles.