appcalister-component-no-redux
v0.1.0
Published
> JavaScript Coding assignment
Downloads
19
Readme
Applicaster Random Gif Component without Redux
JavaScript Coding assignment
React component that shows 3 random images from Giphy every X seconds using the Giphy api: https://developers.giphy.com/docs/.
Installation
yarn install appcalister-component-no-reduxUsage example
Just import the component and use it in your project
import RandomGifs from 'appcalister-component-no-redux/lib'Props | Default Vlalue ------------ | ------------- numberOfImages | 3 timer | 10 showNumberOfImages | true showTimer | true
Development setup
Run app
yarn
npm startRun tests
npm test