- App to display an image on a simple Ionic card, using the Ionic 5 framework with React.
- App was created using the
npm create-react-apppackage then the ionic dependencies were added from npm.
- Ionic v5 framework
- React v16 library
- create-react-app v3 npm module used to create the app
- Load dependencies using
npm i, - To start the server on localhost://3000 type: 'npm run start'
- Simple ion card in html
<IonCard>
<img
src="https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1113&q=80"
alt="view of mountain"/>
<IonCardHeader>
<IonCardTitle class="card-title">Look at this view</IonCardTitle>
<IonCardSubtitle>Isn't it great?</IonCardSubtitle>
</IonCardHeader>
<IonCardContent>Although it does look cold</IonCardContent>
</IonCard>- N/A
- Status: working. Updated april 2021.
- To-do: nothing
- This project is licensed under the terms of the MIT license.
- Repo created by ABateman, email: gomezbateman@yahoo.com
