{"id":16924209,"url":"https://github.com/joaolfp/deliveryapp-ios","last_synced_at":"2026-01-04T14:05:53.770Z","repository":{"id":185530452,"uuid":"617748331","full_name":"joaolfp/DeliveryApp-iOS","owner":"joaolfp","description":"Delivery App - iOS","archived":false,"fork":false,"pushed_at":"2024-05-21T00:28:03.000Z","size":12861,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-21T03:51:38.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joaolfp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-03-23T02:48:53.000Z","updated_at":"2024-05-30T05:08:58.605Z","dependencies_parsed_at":null,"dependency_job_id":"e8b09fbd-001e-41ce-9c44-74b68c4ac47b","html_url":"https://github.com/joaolfp/DeliveryApp-iOS","commit_stats":null,"previous_names":["joaolfp/deliveryapp-ios"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaolfp%2FDeliveryApp-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaolfp%2FDeliveryApp-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaolfp%2FDeliveryApp-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaolfp%2FDeliveryApp-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaolfp","download_url":"https://codeload.github.com/joaolfp/DeliveryApp-iOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244358336,"owners_count":20440355,"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":[],"created_at":"2024-10-13T20:03:37.615Z","updated_at":"2026-01-04T14:05:53.760Z","avatar_url":"https://github.com/joaolfp.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeliveryApp\n\n[![CI](https://github.com/joaolfp/DeliveryApp-iOS/actions/workflows/CI.yml/badge.svg)](https://github.com/joaolfp/DeliveryApp-iOS/actions/workflows/CI.yml)\n[![codecov](https://codecov.io/gh/joaolfp/DeliveryApp-iOS/graph/badge.svg?token=RYTP12HMY7)](https://codecov.io/gh/joaolfp/DeliveryApp-iOS)\n[![License](https://img.shields.io/github/license/joaolfp/DeliveryApp-iOS.svg)]([https://github.com/joaolfp/ViewState/blob/master/LICENSE](https://github.com/joaolfp/DeliveryApp-iOS/blob/main/LICENSE))\n\n\u003cimg src=\"https://github.com/joaolfp/DeliveryApp-iOS/blob/main/Docs/img/logo.png\" alt=\"DeliveryApp logo\" title=\"The logo himself\" align=\"right\" width=\"150\" height=\"150\"\u003e\n\nDelivery App is a simple app that shows a list of available categories and restaurants and we will be evolving over time :rocket:\n\n\u003cimg src=\"https://github.com/joaolfp/DeliveryApp-iOS/blob/main/Features/Home/Tests/HomeTests/Screens/Home/__Snapshots__/HomeViewControllerTests/testShouldValidateLayoutWithSuccess.1.png?raw=true\" width=\"310\" height=\"680\" /\u003e\n\n## Knowledge Stack\n\n* \u003cb\u003eLanguage:\u003c/b\u003e Swift\n* \u003cb\u003eModules:\u003c/b\u003e Mult modules project with SPM\n* \u003cb\u003eDependencies:\u003c/b\u003e SPM\n* \u003cb\u003eArchitecture:\u003c/b\u003e MVVM\n* \u003cb\u003eNetwork:\u003c/b\u003e URLSession\n* \u003cb\u003eLayout:\u003c/b\u003e View Code (without Storyboard) \u0026 SwiftUI\n* \u003cb\u003eUnitTest:\u003c/b\u003e XCTest\n* \u003cb\u003eSnapshot Test: \u003c/b\u003e SnapshotTesting\n* \u003cb\u003eCI:\u003c/b\u003e Github Action\n* \u003cb\u003eLinters:\u003c/b\u003e SwiftLint\n* \u003cb\u003eTest coverage:\u003c/b\u003e Codecov\n\n## App structure\n\n* \u003cb\u003eDeliveryApp:\u003c/b\u003e Main module\n* \u003cb\u003eAuthentication:\u003c/b\u003e Validates FaceID or TouchID\n* \u003cb\u003eHome:\u003c/b\u003e Main screen\n* \u003cb\u003eAddress:\u003c/b\u003e For the user to select the address\n* \u003cb\u003ePersistence:\u003c/b\u003e Save local information\n* \u003cb\u003eNetworking:\u003c/b\u003e Network configuration of the whole app\n* \u003cb\u003eCore:\u003c/b\u003e All settings and code reusable\n* \u003cb\u003eCoordinator:\u003c/b\u003e Navigation structure\n* \u003cb\u003eDesign System:\u003c/b\u003e All layout like colors, views and images\n* \u003cb\u003eTestUtils:\u003c/b\u003e Mocks and codes to help with unit tests\n* \u003cb\u003eAnalytics:\u003c/b\u003e Help troubleshoot problems and monitor failure data with more granularity\n\n## How to build the app\n\nOpen \u003cb\u003eDeliveryApp.xcodeproj\u003c/b\u003e\n\nTo run the tests locally you can use fastlane\n\n```\nbundle exec fastlane tests\n```\n\n## License\nDeliveryApp-iOS is released under the MIT license. See [LICENSE](https://github.com/joaolfp/DeliveryApp-iOS/blob/main/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaolfp%2Fdeliveryapp-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaolfp%2Fdeliveryapp-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaolfp%2Fdeliveryapp-ios/lists"}