Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjbateman/ionic-react-slides
:clipboard: Ionic with React used to create very simple Ion-card app. Tutorial code
https://github.com/andrewjbateman/ionic-react-slides
html5 ionic5 npm react tutorial-code
Last synced: 6 days ago
JSON representation
:clipboard: Ionic with React used to create very simple Ion-card app. Tutorial code
- Host: GitHub
- URL: https://github.com/andrewjbateman/ionic-react-slides
- Owner: AndrewJBateman
- License: mit
- Created: 2020-03-15T10:35:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T06:15:59.000Z (over 3 years ago)
- Last Synced: 2023-03-02T09:37:21.930Z (over 1 year ago)
- Topics: html5, ionic5, npm, react, tutorial-code
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :zap: Ionic React Slides
* App to display an image on a simple Ionic card, using the [Ionic 5 framework](https://ionicframework.com/docs) with [React](https://reactjs.org/).
## :page_facing_up: Table of contents
* [:zap: Ionic React Slides](#zap-ionic-react-slides)
* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features](#cool-features)
* [:clipboard: Status & To-do list](#clipboard-status--to-do-list)
* [:clap:Inspiration](#clapinspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)## :books: General info
* App was created using the `npm create-react-app` package then the ionic dependencies were added from npm.
## :camera: Screenshots
![screen print](./img/slide.png)
## :signal_strength: Technologies
* [Ionic v5](https://ionicframework.com/) framework
* [React v16](https://reactjs.org/) library
* [create-react-app v3](https://www.npmjs.com/package/create-react-app) npm module used to create the app## :floppy_disk: Setup
* Load dependencies using `npm i`,
* To start the server on _localhost://3000_ type: 'npm run start'## :computer: Code Examples
* Simple ion card in html
```html
Look at this view
Isn't it great?
Although it does look cold```
## :cool: Features
* N/A
## :clipboard: Status & To-do list
* Status: working. Updated april 2021.
* To-do: nothing## :clap:Inspiration
* [Paul Halliday: Youtube video: Ionic 4 - Angular, React and Vue.js](https://www.youtube.com/watch?v=eQTNqtVeTgE).
## :file_folder: License
* This project is licensed under the terms of the MIT license.
## :envelope: Contact
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: [email protected]