/Recipes

Study case of Clean Architecture and TDD at iOS with Swift.

Primary LanguageSwift

Build Status

Short description

An iOS application to manage your recipes. Created to study Clean Architecture, TDD, Realm and No Interface Building at iOS with Swift.

Run the app

To run the app, install Realm with cocoapods gem instal cocoapods; pod install

TODO

  • Create Recipe
  • Edit Recipe
  • List Recipe
  • Implement Realm
  • Add ingredients to recipe
  • Add steps to recipe
  • Current presenters to be like VIPER presenters