Skip to content

galbernator/Feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feeder - simple news feed app

Feeder was a take-home interview project designed to test code craftsmanship, playful UI/UX design and maintainability of the code.

The Ask

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

No Nos

  • Using Interface Builder (all UI mist be done in code)
  • Making web calls
  • Only using native frameworks (use whatever gets the job done)

Building

The app uses CocoaPods to manage dependencies, so be sure and complete the following steps to build and run the app.

1. Clone the Repo Locally
git clone https://github.com/galbernator/Feeder.git
2. Install the Pods
pod install

(If you do not have CocoaPods installed on your machine, check this out.)

3. Open the .xcworkspace File
open Feeder.xcworkspace
4. Build the App

In Xcode, select a simulator or your device and then click the "play" button to build and run.

About

A sample news feed app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published