modrzew / react-carousel

Very simple React carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Carousel

Very simple carousel component utilizing React for displaying the component contents, and Redux for managing the state.

Screenshot

screenshot

Configuration

Put data.json in public directory - that's where slides are going to be loaded from.

Running

  1. yarn install (or npm install)
  2. yarn start (or npm start)
  3. Go to localhost:3000 in your web browser.

License

See LICENSE.md.

About

Very simple React carousel

License:MIT License


Languages

Language:JavaScript 75.5%Language:CSS 20.4%Language:HTML 4.0%