{"id":18614959,"url":"https://github.com/andrewjbateman/ionic-react-slides","last_synced_at":"2026-05-04T20:32:13.377Z","repository":{"id":52819469,"uuid":"247445363","full_name":"AndrewJBateman/ionic-react-slides","owner":"AndrewJBateman","description":":clipboard: Ionic with React used to create very simple Ion-card app. Tutorial code","archived":false,"fork":false,"pushed_at":"2025-04-24T18:35:31.000Z","size":1514,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:28.512Z","etag":null,"topics":["html5","ionic5","npm","react","tutorial-code"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AndrewJBateman.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}},"created_at":"2020-03-15T10:35:24.000Z","updated_at":"2021-04-18T06:15:29.000Z","dependencies_parsed_at":"2022-08-17T15:31:32.983Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-react-slides","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/ionic-react-slides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-slides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-slides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-slides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-slides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-react-slides/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-react-slides/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263445711,"owners_count":23467596,"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":["html5","ionic5","npm","react","tutorial-code"],"created_at":"2024-11-07T03:27:38.804Z","updated_at":"2026-05-04T20:32:13.343Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Ionic React Slides\n\n* App to display an image on a simple Ionic card, using the [Ionic 5 framework](https://ionicframework.com/docs) with [React](https://reactjs.org/).\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic React Slides](#zap-ionic-react-slides)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap:Inspiration](#clapinspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* App was created using the `npm create-react-app` package then the ionic dependencies were added from npm.\n\n## :camera: Screenshots\n\n![screen print](./img/slide.png)\n\n## :signal_strength: Technologies\n\n* [Ionic v5](https://ionicframework.com/) framework\n* [React v16](https://reactjs.org/) library\n* [create-react-app v3](https://www.npmjs.com/package/create-react-app) npm module used to create the app\n\n## :floppy_disk: Setup\n\n* Load dependencies using `npm i`,\n* To start the server on _localhost://3000_ type: 'npm run start'\n\n## :computer: Code Examples\n\n* Simple ion card in html\n\n```html\n\u003cIonCard\u003e\n  \u003cimg\n      src=\"https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?ixlib=rb-1.2.1\u0026ixid=eyJhcHBfaWQiOjEyMDd9\u0026auto=format\u0026fit=crop\u0026w=1113\u0026q=80\"\n      alt=\"view of mountain\"/\u003e\n  \u003cIonCardHeader\u003e\n    \u003cIonCardTitle class=\"card-title\"\u003eLook at this view\u003c/IonCardTitle\u003e\n    \u003cIonCardSubtitle\u003eIsn't it great?\u003c/IonCardSubtitle\u003e\n  \u003c/IonCardHeader\u003e\n  \u003cIonCardContent\u003eAlthough it does look cold\u003c/IonCardContent\u003e\n\u003c/IonCard\u003e\n```\n\n## :cool: Features\n\n* N/A\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: working. Updated april 2021.\n* To-do: nothing\n\n## :clap:Inspiration\n\n* [Paul Halliday: Youtube video: Ionic 4 - Angular, React and Vue.js](https://www.youtube.com/watch?v=eQTNqtVeTgE).\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-react-slides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-react-slides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-react-slides/lists"}