{"id":19136025,"url":"https://github.com/shchoholiev/recipes-ios","last_synced_at":"2025-07-16T21:11:56.075Z","repository":{"id":291430070,"uuid":"575151283","full_name":"Shchoholiev/recipes-ios","owner":"Shchoholiev","description":"Mobile app for surfing recipes. App sends requests to Web API from recipes repository to get data. Uses Swift Storyboard.","archived":false,"fork":false,"pushed_at":"2025-05-04T15:19:35.000Z","size":750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T16:28:09.956Z","etag":null,"topics":["ios","ios-app","swift","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shchoholiev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-06T21:44:50.000Z","updated_at":"2025-05-04T15:19:38.000Z","dependencies_parsed_at":"2025-05-04T16:38:29.119Z","dependency_job_id":null,"html_url":"https://github.com/Shchoholiev/recipes-ios","commit_stats":null,"previous_names":["shchoholiev/recipes-ios"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/recipes-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/recipes-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-ios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477914,"owners_count":23015063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","ios-app","swift","xcode"],"created_at":"2024-11-09T06:32:57.398Z","updated_at":"2025-07-16T21:11:56.069Z","avatar_url":"https://github.com/Shchoholiev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recipes-ios\nMobile app for browsing and searching recipes. The app retrieves data from a Web API and displays categories and recipes using Swift and Storyboards.\n\n## Table of Contents\n- [Features](#features)\n- [Stack](#stack)\n- [Installation](#installation)\n  - [Prerequisites](#prerequisites)\n  - [Setup Instructions](#setup-instructions)\n- [Configuration](#configuration)\n\n## Features\n- Browse and search recipe categories\n- Fetch and display recipes by category\n- View detailed recipe information\n- Pagination support for large recipe lists\n- Tab‐based navigation across app sections\n- Custom UITableViewCells with XIBs for categories and recipes\n\n## Stack\n- Swift 5\n- UIKit\n- Storyboards \u0026 XIBs\n- URLSession for networking\n- MVC architectural pattern\n- Xcode 12+\n\n## Installation\n\n### Prerequisites\n- macOS with Xcode 12 or later\n- Swift 5.3 or later\n- Internet connection to access the recipes API\n\n### Setup Instructions\n```bash\n# Clone the repository\ngit clone https://github.com/Shchoholiev/recipes-ios.git\n\n# Navigate into the project directory\ncd recipes-ios/Recipes\n\n# Open the Xcode project\nopen Recipes.xcodeproj\n```\nSelect a simulator or device in Xcode, then build and run (⌘R).\n\n## Configuration\nIf the API endpoint differs from the default, update the base URL in `ServiceBase.swift`:\n```swift\n// Change this base URL to point to your API endpoint if different\nclass ServiceBase {\n    \n    let baseUrl: String\n    \n    init(url: String) {\n        baseUrl = \"https://sh-recipes-api.azurewebsites.net/api\\(url)\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Frecipes-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Frecipes-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Frecipes-ios/lists"}