Feeder was a take-home interview project designed to test code craftsmanship, playful UI/UX design and maintainability of the code.
Create an app that meets the following criteria:
- View a list of the given news articles
- View only favorite news articles
- Open an article on the web
- Mark favorite articles for quick access later
- Is delightful, intuitive and maintainable
- Do it all in 4-8 hours total
- Using Interface Builder (all UI mist be done in code)
- Making web calls
- Only using native frameworks (use whatever gets the job done)
The app uses CocoaPods to manage dependencies, so be sure and complete the following steps to build and run the app.
git clone https://github.com/galbernator/Feeder.git
pod install
(If you do not have CocoaPods installed on your machine, check this out.)
open Feeder.xcworkspace
In Xcode, select a simulator or your device and then click the "play" button to build and run.