{"id":15506505,"url":"https://github.com/simply007/kc-js-sdk-react-vue-angular-jest","last_synced_at":"2025-09-09T03:32:06.218Z","repository":{"id":37689265,"uuid":"180388793","full_name":"Simply007/kc-js-sdk-react-vue-angular-jest","owner":"Simply007","description":"Showcase of the Kentico Cloud JS SDK integration with modern frameworks - React, Vue, Angular, Jest.","archived":false,"fork":false,"pushed_at":"2023-01-07T04:33:16.000Z","size":3270,"stargazers_count":0,"open_issues_count":61,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T07:41:16.683Z","etag":null,"topics":["angular","angularjs","caas","jest","jest-tests","kentico-cloud","react","reactjs","showcase","vue","vuejs"],"latest_commit_sha":null,"homepage":null,"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/Simply007.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}},"created_at":"2019-04-09T14:44:59.000Z","updated_at":"2019-06-17T20:02:19.000Z","dependencies_parsed_at":"2023-02-06T12:00:51.682Z","dependency_job_id":null,"html_url":"https://github.com/Simply007/kc-js-sdk-react-vue-angular-jest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Simply007/kc-js-sdk-react-vue-angular-jest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkc-js-sdk-react-vue-angular-jest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkc-js-sdk-react-vue-angular-jest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkc-js-sdk-react-vue-angular-jest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkc-js-sdk-react-vue-angular-jest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simply007","download_url":"https://codeload.github.com/Simply007/kc-js-sdk-react-vue-angular-jest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fkc-js-sdk-react-vue-angular-jest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274238705,"owners_count":25247110,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["angular","angularjs","caas","jest","jest-tests","kentico-cloud","react","reactjs","showcase","vue","vuejs"],"created_at":"2024-10-02T09:28:05.100Z","updated_at":"2025-09-09T03:32:05.840Z","avatar_url":"https://github.com/Simply007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kentico Cloud :heart: Jest, React, Vue, and Angular\n\nAll of the applications [load the articles](#data-loading) from Kentico Cloud and display its titles in the output.\n\nThis repository contains [show cases](#how-does-it-look-like), how does the [Kentico Cloud Delivery SDK](https://github.com/Enngage/kentico-cloud-js/tree/master/packages/delivery) could be used in combination with:\n\n* [Jest](https://jestjs.io) - [Readme](kc-jest/README.md)\n* [React](https://reactjs.org) - [Readme](kc-react/README.md)\n* [Vue.js](https://vuejs.org) - [Readme](kc-vue/README.md)\n* [Angular](https://angular.io/) - [Readme](kc-angular/README.md)\n\n\u003e If you want to take a look in detail - Open the appropriate folder for the description, or click *Readme* link.\n\n## Data loading\n\nApplications are using [Kentico Cloud Delivery SDK for Javascript](https://github.com/Kentico/kentico-cloud-js/blob/master/packages/delivery/DOCS.md) as an [npm package](https://www.npmjs.com/package/kentico-cloud-delivery) to load articles from the sample Kentico Cloud project.\n\n```javascript\nimport { DeliveryClient } from 'kentico-cloud-delivery';\n\nconst client = new DeliveryClient({\n  projectId: \"975bf280-fd91-488c-994c-2f04416e5ee3\"\n});\n\nclient.items()\n  .type(\"article\")\n  .getPromise()\n  .then(result =\u003e {\n    console.log(result.items);\n  })\n```\n\n## How to run\n\n### Common prerequisites\n\n* [node.js](https://nodejs.org) (incl. npm)\n\nFor all of the application just navigate to your folder and run\n\n```sh\ncd kc-jest # OR cd kc-react OR kc-vue or kc-angular\nnpm install # to install all the defined dependencies\nnpm start\n```\n\n### How does it look like\n\n#### Jest\n\n![Jest showcase](docs/jest-showcase.png)\n\n#### React\n\n![React showcase](docs/react-showcase.png)\n\n#### Vue\n\n![Vue showcase](docs/vue-showcase.png)\n\n#### Angular\n\n![Angular showcase](docs/angular-showcase.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fkc-js-sdk-react-vue-angular-jest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimply007%2Fkc-js-sdk-react-vue-angular-jest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fkc-js-sdk-react-vue-angular-jest/lists"}