An application written without using storyboards. The entire layout was done by code using the MVC architecture.
Meaning project :the recipe book of the cuisines of the world .
Version iOS: 14+
Stack: UIKit,URLSession,CoreData,MVC
initial screen: the start screen on which there is a button Start cooking
go to cooking.
world cuisine screen: the screen displays the cuisines of the world and their favorite dishes by clicking on the dish , the transition to the screen with the recipe is carried out.You can also add a dish to your favorites by clicking on the asterisk.Below is UITabBar
, where you can go to the favorites screen and search for recipes using SearchBar
recipe screen
recipe screen: on the screen, you can view the entire recipe, cancel the finished ingredients and add or remove from favorites.
favorites screen: on the screen, you can view your favorite recipes, delete them,return to the world cuisine screen
screen or search for recipes using SearchBar
.
In teamwork and communication, we used tools: Slack,Trello,Fork,GitHub.