Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

view of mountain

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]