{"id":19362724,"url":"https://github.com/stantanasi/cookbook","last_synced_at":"2026-05-18T14:02:51.440Z","repository":{"id":248931966,"uuid":"828561743","full_name":"stantanasi/cookbook","owner":"stantanasi","description":"My cookbook made with Expo (React Native), in TypeScript","archived":false,"fork":false,"pushed_at":"2026-04-26T18:02:33.000Z","size":42533,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T20:10:18.122Z","etag":null,"topics":["cookbook","recipe-app","recipe-website","recipes"],"latest_commit_sha":null,"homepage":"https://stantanasi.github.io/cookbook/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stantanasi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-14T14:20:22.000Z","updated_at":"2026-04-07T20:11:05.000Z","dependencies_parsed_at":"2024-08-24T21:27:47.357Z","dependency_job_id":"db01ec2a-cd14-42df-926e-a19dfaa5608c","html_url":"https://github.com/stantanasi/cookbook","commit_stats":null,"previous_names":["stantanasi/cookbook"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/stantanasi/cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fcookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fcookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fcookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fcookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stantanasi","download_url":"https://codeload.github.com/stantanasi/cookbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fcookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33180310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cookbook","recipe-app","recipe-website","recipes"],"created_at":"2024-11-10T07:30:04.854Z","updated_at":"2026-05-18T14:02:51.408Z","avatar_url":"https://github.com/stantanasi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCookbook\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/icon.png\" height=\"100px\" /\u003e\n  \u003cbr /\u003e\n  My cookbook made with Expo (React Native), in TypeScript.\n  \u003cbr /\u003e\n  \u003ca href=\"https://stantanasi.github.io/cookbook\"\u003e\n    \u003cstrong\u003eVisit Website »\u003c/strong\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/stantanasi/cookbook/issues\"\u003eReport Bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/stantanasi/cookbook/issues\"\u003eRequest Feature\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [About the project](#about-the-project)\n  - [Built with](#built-with)\n- [Getting started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Setup](#setup)\n- [Development](#development)\n- [Author](#author)\n- [License](#license)\n\u003c/details\u003e\n\n## About the project\n\nMy cookbook made with Expo, in TypeScript.\n\n### Built with\n\n- [Expo](https://expo.dev)\n- [React Native](https://reactnative.dev)\n- [React Navigation](https://reactnavigation.org)\n\n\n## Getting started\n\n### Prerequisites\n\nInstall [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)\n\nInstall the [Expo CLI](https://www.npmjs.com/package/expo-cli) globally:\n```bash\nnpm install -g expo-cli\n```\n\n### Setup\n\n1. Clone the project to your local machine\n\n```bash\ngit clone https://github.com/stantanasi/cookbook.git\ncd cookbook\n```\n\n2. Install the packages required\n\n```bash\nnpm install\n```\n\n## Development\n\nRun development mode\n\n```bash\nnpm run start\n```\n\n## Author\n\n- [Lory-Stan TANASI](https://github.com/stantanasi)\n\n## License\n\nThis project is licensed under the `Apache-2.0` License - see the [LICENSE](LICENSE) file for details\n\n\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  © 2024 Lory-Stan TANASI. All rights reserved\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstantanasi%2Fcookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstantanasi%2Fcookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstantanasi%2Fcookbook/lists"}