Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-3d-card-carousel
- Owner: abritopach
- Created: 2017-06-08T16:10:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:28:24.000Z (over 1 year ago)
- Last Synced: 2024-10-14T21:26:38.111Z (23 days ago)
- Topics: archived, carousel-3d, carousel-component, deprecated, ionic, ionic2, obsolete
- Language: TypeScript
- Homepage:
- Size: 8.57 MB
- Stars: 28
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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/)