Demo Video Link : https://drive.google.com/file/d/1WPiqBz7Wois_rnrWx60ceWdeb50A9hE3/view
NewsFetch is an iOS application that aggregates news from various sources using a news API. The app provides users with a streamlined and intuitive way to stay updated with the latest news. Users can view news titles, authors, descriptions, sources, and images in the preview. By clicking a button, users are redirected to the original source where the news is published. Additionally, users have the option to select their country to tailor the news feed according to their location. Each time the feed is refreshed, new news articles are fetched and displayed.
- News Aggregation: Fetches news from various sources using a news API.
- Preview News: Displays titles, authors, descriptions, sources, and images of news articles.
- Redirect to Source: Allows users to read the full article on the original news source by clicking a button.
- Country Selection: Users can select their country to get news specific to their location.
- Feed Refresh: Refreshing the feed fetches new and updated news articles.
- Launch the App: Open the NewsFetch app on your iOS device.
- Select Country: Use the country selection feature to filter news according to your location.
- View News Feed: Browse through the latest news articles displayed in the feed.
- Read Full Articles: Click on any news article to be redirected to the original source and read the full article.
- Refresh Feed: Pull down to refresh the news feed and get the latest articles.
- We welcome contributions to enhance the NewsFetch app.
- Obtain an API key from the news API provider (e.g., NewsAPI.org). Add this API key to Constant file or environment variables.
- News Filtering: Add filters to customize news based on user requirements or topics.