{"id":18300736,"url":"https://github.com/iwatanikenji/forkify-app","last_synced_at":"2025-04-09T09:30:33.127Z","repository":{"id":107777417,"uuid":"463574332","full_name":"iwataniKenji/forkify-app","owner":"iwataniKenji","description":"Recipe application with custom recipe uploads","archived":false,"fork":false,"pushed_at":"2022-05-25T16:56:18.000Z","size":31293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T03:41:24.584Z","etag":null,"topics":["bookmarks","error-success","external-api","input-validation","mvc-architecture","netlify","pagination","pub-sub","search-bar"],"latest_commit_sha":null,"homepage":"https://forkify-kenji.netlify.app/","language":"JavaScript","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/iwataniKenji.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":"2022-02-25T15:03:16.000Z","updated_at":"2022-05-25T16:59:32.000Z","dependencies_parsed_at":"2023-07-06T11:30:37.934Z","dependency_job_id":null,"html_url":"https://github.com/iwataniKenji/forkify-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fforkify-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fforkify-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fforkify-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fforkify-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwataniKenji","download_url":"https://codeload.github.com/iwataniKenji/forkify-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012238,"owners_count":21033154,"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":["bookmarks","error-success","external-api","input-validation","mvc-architecture","netlify","pagination","pub-sub","search-bar"],"created_at":"2024-11-05T15:13:15.386Z","updated_at":"2025-04-09T09:30:33.103Z","avatar_url":"https://github.com/iwataniKenji.png","language":"JavaScript","readme":"\u003csection align=\"center\"\u003e\n    \u003cimg width=\"537px\" height=\"175,5px\" src=\"./src/img/logo.png\" /\u003e\n\u003c/section\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eSummary\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#about\"\u003e📙 About\u003c/a\u003e\n    \u003ca href=\"#preview\"\u003e🖼️ Preview\u003c/a\u003e\n    \u003ca href=\"#requirements\"\u003e📋 Requirements\u003c/a\u003e\n    \u003ca href=\"#start\"\u003e📖 How to Start\u003c/a\u003e\n    \u003ca href=\"#features\"\u003e💡 Features\u003c/a\u003e\n    \u003ca href=\"#technologies\"\u003e💻 Technologies\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003e\n   ✔️ FORKIFY project finished ✔️\n\u003c/h4\u003e\n\n\u003cH2 id=\"about\"\u003e📙 About\u003c/H2\u003e\n\n\u003cp\u003eForkify is a website with custom recipe uploads that has over 1,000,000 recipes included on a external API. It has features such as: adding your favorite dishes on bookmarks, changing servings to adapt to your demand and even adding your own recipes on the application.\u003c/p\u003e\n\u003cp\u003eOriginally created by \u003ca href=\"https://github.com/jonasschmedtmann\"\u003eJonas Schmedtmann\u003c/a\u003e , hosted on \u003ca href=\"https://www.netlify.com/\"\u003eNetlify\u003c/a\u003e and made by \u003ca href=\"https://www.linkedin.com/in/kleverson-kenji-iwatani/\"\u003eKenji Iwatani\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\n    \u003ch3\u003e\u003ca href=\"https://forkify-kenji.netlify.app/\"\u003eCheck website \u0026rarr;\u003c/a\u003e\u003c/h3\u003e\n\u003c/p\u003e\n\n---\n\n\u003cH2 id=\"preview\"\u003e🖼️ Preview\u003c/H2\u003e\n\n\u003csection align=\"center\"\u003e\n    \u003cimg alt=\"Forkify website overview\" src=\"src/img/forkify-preview-1.gif\"/\u003e\n    \u003cimg alt=\"Forkify add recipe feature\" src=\"src/img/forkify-preview-2.gif\"/\u003e\n\u003c/section\u003e\n\n---\n\n\u003cH2 id=\"requirements\"\u003e📋 Requirements\u003c/H2\u003e\n\n- [x] Git\n- [x] Package Manager (NPM, Yarn)\n- [x] Development Environment (Visual Studio Code)\n\n---\n\n\u003cH2 id=\"start\"\u003e📖 How to Start\u003c/H2\u003e\n\n```bash\n# Clone this repository\n$ git clone https://github.com/iwataniKenji/forkify-app.git\n\n# Access the project directory\n$ cd forkify-app\n\n# Open the project directory on vscode\n$\n\n# Install dependencies\n$ npm install\n\n# Initialize and open local host\n$ npm start\n```\n\n---\n\n\u003cH2 id=\"features\"\u003e💡 Features\u003c/H2\u003e\n\n- [x] Model-view-controller (MVC) architecture\n- [x] Publisher-subscriber pattern usage\n- [x] Loads recipes from external APIs\n- [x] Loads spinner\n- [x] Error and success messages\n- [x] Search bar and results\n- [X] Pagination\n- [X] Updates recipe servings\n- [X] Bookmarks recipes\n- [X] Local storage usage\n- [X] Input validation on uploads \n\n---\n\n\u003cH2 id=\"technologies\"\u003e💻 Technologies\u003c/H2\u003e\n\n- [x] HTML\n- [x] CSS\n- [x] JavaScript\n- [x] Forkify API\n- [x] Parcel Bundler\n- [x] Core-js\n- [x] Regenerator-runtime\n- [x] Fractional\n- [x] Fracty\n- [x] Netlify\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwatanikenji%2Fforkify-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwatanikenji%2Fforkify-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwatanikenji%2Fforkify-app/lists"}