Dinner Tonight App
Dinner Tonight is an app to take the decision making out of dinner making. Nothing worse
than standing in the shop aisle clueless about what you should make for dinner tonight,
and now I have this app in my pocket that will randomly select a meal from my favourites.
The app is built with Xcode and written entirely in Swift 5 . It utilizes
Auto Layout for UI design and makes extensive use of UIImage. I am pleased how this app is
working, however I would like to improve the look of the app and add more functionality.
Current Work
I would like to take the app a step further, I have already started to work on providing the user with a list ingredients for the resulting recipe, (this can be viewed on the 'recipe' branch.) This includes a custom presentation controller which presents popup view that can be dismissed by tapping the background (gesture recogniser).
Future Work
I plan to add animation to the app. I would like to add more recipe suggestions to the app, perhaps connect the app to a recipe API and/or allow users to add their own favourites to the app.