CocoaNews is an iOS news app created for learning and demonstrating various technologies. It consumes the NewsAPI to fetch news headlines and displays them in a user-friendly interface. This app serves as an example for exploring best practices in iOS development, including networking, UI design, and third-party integrations.
- Display news headlines from various categories (e.g., business, entertainment, health).
- Integrates with the NewsAPI for fetching top news articles.
- Supports future features like push notifications, dark mode, and more.
For detailed instructions on how to set up, configure, and contribute to CocoaNews, please refer to the Wiki.
- Clone the repository:
git clone https://github.com/raphacmartin/cocoa-news.git
- Follow the setup instructions in the Project Setup section of the Wiki.
We welcome contributions! Please check out the Contributing Guide in the Wiki for more details on how to contribute to the project.
This project is licensed under the MIT License - see the LICENSE file for details.