Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.5 KB

README.md

File metadata and controls

46 lines (30 loc) · 2.5 KB

CookBook

SwiftUI app for mobile devices (IPhones) that is functioning like cook book that user can add new dishes as well as informations asscoated with them. User can write multiple indredients, multiple steps to prepare dish as well as set difficulty level. Cook book also stores those informaction using Core Data (persistant storage between app launches) for user to browse through those recipes. There are multiple gestures implemented in application such as swipe to delete element from dish category as zoom in difficulty level on dish description page.

Features

The app features:

  • dish grouping bu category (meat/pasta/soups),
  • browsing through defined elements and deleting or adding new recipe,
  • persistant data storage using Core Data,
  • setting new dish title, difficulty level, ingredients as well as preparing steps on the "add new" page,
  • dish details page with formatted title, ingredients, steps as well as difficulty in form of gauge indicator,

Installation

To use/install the app you have to have installed XCode IDE in the MacOS. Simply launch the IDE and the preffered simulator.

App run video demonstration

app_run.mp4

Screenshots

  1. Main page of the app with the meal categories

  1. Meat recipes list inside meat category and recipe details page
  1. Soup recipes list inside soup category and add page for new recipe