Skip to content

DmnUAll/WhatToCook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatToCook

This app is based on https://www.themealdb.com API.
Look recipes to cook some meal by categories

The main functionality that was applied in this project:

  • JSON parsing
  • UINavigationController
  • UITableView Delegate and Datasource methods
  • Static UITableView
  • UIPickerView Delegate and Datasource methods

At some moment - the project was refactored to exclude a storyboard UI design.
All UI is writen by code since then, but i saved my first project realisation into a separate branch, called ui_by_storyboard(before_refactoring).

Disclaimer: The project was made for educational purposes only.