{"id":19237676,"url":"https://github.com/adamouization/mealtrackerapp","last_synced_at":"2026-06-19T15:01:38.936Z","repository":{"id":78089255,"uuid":"200801151","full_name":"Adamouization/MealTrackerApp","owner":"Adamouization","description":":ramen: Meal Tracker/Rating Application built in Swift to learn the basics of the iOS programming language.","archived":false,"fork":false,"pushed_at":"2020-01-17T08:51:45.000Z","size":18484,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-12T11:11:09.045Z","etag":null,"topics":["ios","ios-app","meal-tracker","swift"],"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/Adamouization.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-08-06T07:37:30.000Z","updated_at":"2020-01-20T19:17:37.000Z","dependencies_parsed_at":"2023-03-08T23:15:32.278Z","dependency_job_id":null,"html_url":"https://github.com/Adamouization/MealTrackerApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adamouization/MealTrackerApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adamouization%2FMealTrackerApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adamouization%2FMealTrackerApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adamouization%2FMealTrackerApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adamouization%2FMealTrackerApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adamouization","download_url":"https://codeload.github.com/Adamouization/MealTrackerApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adamouization%2FMealTrackerApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34536283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","meal-tracker","swift"],"created_at":"2024-11-09T16:27:51.526Z","updated_at":"2026-06-19T15:01:38.918Z","avatar_url":"https://github.com/Adamouization.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MealTrackerApp [![Build Status](https://travis-ci.org/Adamouization/MealTrackerApp.svg?branch=master)](https://travis-ci.org/Adamouization/MealTrackerApp) [![GitHub stars](https://img.shields.io/github/stars/Adamouization/MealTrackerApp)](https://github.com/Adamouization/MealTrackerApp/stargazers) [![GitHub license](https://img.shields.io/github/license/Adamouization/MealTrackerApp)](https://github.com/Adamouization/MealTrackerApp/blob/master/LICENSE)\n\nLearning Swift by building a simple application to track meals based on the official online [Swift tutorial](https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html#//apple_ref/doc/uid/TP40015214-CH2-SW1) and further improving the app by discovering concepts not covered by the tutorial.\n\n## Features\n\nAdditional features:\n\n* [X] Implement continous integration (Travis CI)\n* [X] Create simple app icon\n* [X] Add a splashscreen\n* [ ] Add more data, including meal location, meal description and date.\n* [ ] Use auto layout to adapt rating stars when entering edit mode\n* [ ] Write additional unit tests\n* [ ] Allow re-ordering of meal entries\n* [ ] Make ratio of all uploaded pictures square (1:1)\n\nFeatures implemented from the tutorial:\n\n* [X] Rating system\n* [X] Edit and delete behaviour\n* [X] Table view implementation\n* [X] Data persistance\n* [X] Unit tests\n\n### Screenshots\n\n Home Screen               |  Edit Meal                | Add New Meal              | Delete Meal\n:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:\n\u003cimg src=\"https://raw.githubusercontent.com/Adamouization/MealTrackerApp/master/Media/Screenshots/home.png\" width=\"200\"\u003e  | \u003cimg src=\"https://github.com/Adamouization/MealTrackerApp/blob/master/Media/Screenshots/edit_meal.png\" width=\"200\"\u003e |  \u003cimg src=\"https://raw.githubusercontent.com/Adamouization/MealTrackerApp/master/Media/Screenshots/add_new_meal.png\" width=\"200\"\u003e | \u003cimg src=\"https://raw.githubusercontent.com/Adamouization/MealTrackerApp/master/Media/Screenshots/delete_meal.png\" width=\"200\"\u003e\n\n## License \n* see [LICENSE](https://github.com/Adamouization/MealTrackerApp/blob/master/LICENSE) file\n\n## Contact\n* email: adam@jaamour.com\n* website: www.adam.jaamour.com\n* linkedin: [www.linkedin.com/in/adamjaamour/](https://www.linkedin.com/in/adamjaamour/)\n* twitter: [@Adamouization](https://twitter.com/Adamouization)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamouization%2Fmealtrackerapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamouization%2Fmealtrackerapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamouization%2Fmealtrackerapp/lists"}