An iOS application to manage your recipes. Created to study Clean Architecture, TDD, Realm and No Interface Building at iOS with Swift.
To run the app, install Realm with cocoapods gem instal cocoapods; pod install
- Create Recipe
- Edit Recipe
- List Recipe
- Implement Realm
- Add ingredients to recipe
- Add steps to recipe
- Current presenters to be like VIPER presenters