Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abritopach/ionic-3d-card-carousel

DEPRECATED Sample project that shows an experimental 3D card carousel in Ionic.
https://github.com/abritopach/ionic-3d-card-carousel

archived carousel-3d carousel-component deprecated ionic ionic2 obsolete

Last synced: 9 days ago
JSON representation

DEPRECATED Sample project that shows an experimental 3D card carousel in Ionic.

Awesome Lists containing this project

README

        

# DEPRECATED Ionic-3D-Card-Carousel

Sample project that shows an experimental 3D card carousel in Ionic.

DEPRECATED ⛔: This component is deprecated and no longer supported. If you want to use a new version developed with stencil check the following repository: https://github.com/abritopach/st-3d-card-carousel

* FrontEnd: Ionic App.

## Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

* Test in localhost:

```bash
npm install
ionic serve
```

* Test in Android:

```bash
ionic cordova add platform android
ionic cordova run android
```

* Test in iOS:

```bash
ionic cordova add platform ios
ionic cordova run ios
```

![App example](readme_resources/app.gif "App example")

## Requirements

* [Node.js](http://nodejs.org/)
* [Ionic Cordova](https://ionicframework.com/docs/intro/installation/)