Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyhou/carousel-react

Carousel React
https://github.com/zyhou/carousel-react

Last synced: 8 days ago
JSON representation

Carousel React

Awesome Lists containing this project

README

        

# carousel-react

Carousel React

Utilisation de ReactCSSTransitionGroup pour le mouvement des images.
Ce n'est qu'un exemple basic, pas parfait, je vous conseil plutôt d'utiliser un autre contôle comme [Nuka](http://kenwheeler.github.io/nuka-carousel/#/).

![Alt text](/src/asset/carousel.png?raw=true "Carousel")

**Installation des prérequis :**

- [nodejs](https://nodejs.org/en/) et [npm](https://www.npmjs.com/)
- [Create React App](https://github.com/facebookincubator/create-react-app)

**Récupérer les dépendances :**

```
npm install
```

**Lancer le projet :**

```
npm start
```

Si vous avez une question ou autre, n'hésitez pas.