{"id":23927171,"url":"https://github.com/dylankle/dieting-data","last_synced_at":"2025-06-15T19:10:23.061Z","repository":{"id":238345355,"uuid":"796368086","full_name":"dylankle/dieting-data","owner":"dylankle","description":"Food and water tracking application with GUI written completely in Java","archived":false,"fork":false,"pushed_at":"2024-12-12T07:19:16.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"starting","last_synced_at":"2025-02-24T01:14:34.906Z","etag":null,"topics":["data-structures","gui","input-output","object-oriented-programming"],"latest_commit_sha":null,"homepage":"","language":"Java","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/dylankle.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}},"created_at":"2024-05-05T18:23:49.000Z","updated_at":"2025-01-20T04:29:49.000Z","dependencies_parsed_at":"2024-05-05T19:25:11.079Z","dependency_job_id":"77bf793d-628e-4e30-bfb6-78b0ef20bebf","html_url":"https://github.com/dylankle/dieting-data","commit_stats":null,"previous_names":["exoticbutters15/dieting-data","exoticbutters15/planner-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dylankle/dieting-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylankle%2Fdieting-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylankle%2Fdieting-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylankle%2Fdieting-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylankle%2Fdieting-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylankle","download_url":"https://codeload.github.com/dylankle/dieting-data/tar.gz/refs/heads/starting","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylankle%2Fdieting-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260036155,"owners_count":22949256,"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":["data-structures","gui","input-output","object-oriented-programming"],"created_at":"2025-01-05T22:14:44.707Z","updated_at":"2025-06-15T19:10:23.030Z","avatar_url":"https://github.com/dylankle.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dieting Data\n\n## Table of Contents\n\nI. [Description](https://github.com/dylankle/Dieting-Data/blob/starting/README.md#overview)\n\nII. [UML Diagram/CRC Cards](https://github.com/dylankle/Dieting-Data/blob/starting/README.md#uml-diagramcrc-cards)\n\nIII. [GUI](https://github.com/dylankle/Dieting-Data/blob/starting/README.md#gui)\n\n## Overview\n\nTracking what you put in your body is important, but no one has the time to note or jot down every meal, snack, and drink they have in a day. DietingData will be an application where the user can add what they eat in a day. Each food will be organized chronologically based on user's input of time. A water counter will be included as well.\n\n## Functionality\n\n- [x] Get user input as \"food or water\"\n- [x] If \"food\" add item with attached details / If \"water\" add amount of water and update progress bar\n- [x] Add  -\u003e Attach additional details to input such as time and details (meat, carb, vegetable, fruit, dairy)\n- [x] User can edit previously added items, view and expand items to see details, or export data to .txt file\n- [x] Edit -\u003e Select an item and change the name, type, or details\n- [x] View -\u003e See all details of items based on users choice\n- [x] Done -\u003e Export data as .txt file\n\n## UML Diagram/CRC Cards\n\n![DylanLe - Final Project UML_CRC (CISC 191) (2)](https://github.com/dylankle/Dieting-Data/assets/68560708/3cb3f12f-1338-4d46-8c85-e177a48a8a4f)\n\n## GUI\n![Screenshot 2024-05-24 at 5 14 24 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/c2a3fa36-b656-4f4f-94b1-8d4781f494ce)\n![Screenshot 2024-05-24 at 5 14 38 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/dd242283-8b2c-4149-8f77-98e4511133a4)\n![Screenshot 2024-05-24 at 5 37 51 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/0839ae70-e059-4c1b-a3ef-1676de2a4ffe)\n![Screenshot 2024-05-24 at 5 38 20 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/04a5d7b7-ad27-4d83-a031-9fd035375ff9)\n![Screenshot 2024-05-24 at 5 38 33 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/eda29f18-ba24-427d-ad7c-c5e76cb82bf4)\n![Screenshot 2024-05-24 at 5 39 13 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/bb2d93fe-62e4-48c1-8ecc-1107898449be)\n![Screenshot 2024-05-24 at 5 39 17 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/7be05006-b403-4099-92e8-26cf04fe7bbb)\n![Screenshot 2024-05-24 at 5 39 27 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/5c748313-8488-4fb7-867e-ae29ebfffb9c)\n![Screenshot 2024-05-24 at 5 39 38 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/c1778f14-68f2-4550-9292-cf676149650e)\n![Screenshot 2024-05-24 at 5 42 57 PM](https://github.com/dylankle/Dieting-Data/assets/68560708/9c22ced1-b2f4-4020-ba3b-b22275201667)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylankle%2Fdieting-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylankle%2Fdieting-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylankle%2Fdieting-data/lists"}