0.1.0 • Published 6 years ago

appcalister-component-no-redux v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

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-redux

Usage example

Just import the component and use it in your project

import RandomGifs from 'appcalister-component-no-redux/lib'
PropsDefault Vlalue
numberOfImages3
timer10
showNumberOfImagestrue
showTimertrue

Development setup

Run app

yarn
npm start

Run tests

npm test