Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjbateman/ionic-angular-slides
:clipboard: App to show images with test info, tutorial code from Paul Haliday
https://github.com/andrewjbateman/ionic-angular-slides
angular angular15 async ionic ionic6 scss-framework tutorial-code
Last synced: 6 days ago
JSON representation
:clipboard: App to show images with test info, tutorial code from Paul Haliday
- Host: GitHub
- URL: https://github.com/andrewjbateman/ionic-angular-slides
- Owner: AndrewJBateman
- Created: 2020-03-14T21:00:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:21:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:37:21.199Z (over 1 year ago)
- Topics: angular, angular15, async, ionic, ionic6, scss-framework, tutorial-code
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :zap: Ionic Angular Slides
* App to display an image on a simple Ionic card, using the [Ionic framework](https://ionicframework.com/docs) with Angular.
* Tutorial code from [Paul Halliday](https://www.youtube.com/channel/UCYJ9O6X1oFt7YGXpfRwrcWg) - see [:clap: Inspiration](#clap-inspiration) below.
* **Note:** to open web links in a new window use: _ctrl+click on link_![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-firebase-access?style=plastic)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-firebase-access?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-firebase-access?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-firebase-access?style=plastic)## :page_facing_up: Table of contents
* [:zap: Ionic Angular Slides](#zap-ionic-angular-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](#clap-inspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)## :books: General info
* Updated to the latest Angular & Ionic versions, all dependencies updated
* App creates HTML markup that can be re-used in the [Vue Framework version of this app](https://github.com/AndrewJBateman/ionic-vue-slide).
* Nearly identical HTML mark-up is used in a [React version of this app](https://github.com/AndrewJBateman/ionic-react-slides)## :camera: Screenshots
![screen print](./img/slide.png)
## :signal_strength: Technologies
* [Ionic/angular v6](https://ionicframework.com/)
* [Ionic v6](https://ionicframework.com/)
* [Angular v15](https://angular.io/)## :floppy_disk: Setup
* Load dependencies using `npm i`,
* To start the server on _localhost://8100_ type: 'ionic serve'## :computer: Code Examples
* Simple template html ion-card
```html
Isn't it great?
Look at this view!
Although it does look cold.
```## :cool: Features
* Responsive card with mountain view image
## :clipboard: Status & To-do list
* Status: Working.
* To-do: add functionality## :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]