Skip to content

📋 App to show images with test info, tutorial code from Paul Haliday

Notifications You must be signed in to change notification settings

AndrewJBateman/ionic-angular-slides

Repository files navigation

⚡ Ionic Angular Slides

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

📷 Screenshots

screen print

📶 Technologies

💾 Setup

  • Load dependencies using npm i,
  • To start the server on localhost://8100 type: 'ionic serve'

💻 Code Examples

  • Simple template html ion-card
  <ion-card>
    <img src="../../assets/mountains.jpg" />
    <ion-card-header>
      <ion-card-title>Isn't it great?</ion-card-title>
      <ion-card-subtitle>Look at this view!</ion-card-subtitle>
    </ion-card-header>
    <ion-card-content>
      Although it does look cold.
    </ion-card-content>
  </ion-card>

🆒 Features

  • Responsive card with mountain view image

📋 Status & To-do list

  • Status: Working.
  • To-do: add functionality

👏 Inspiration

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact

About

📋 App to show images with test info, tutorial code from Paul Haliday

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published