React App that uses the Flickr API to cycle through images every X seconds using the flicker api.
This project, and was bootstrapped with the following tools.
- Create React App (just for structure)
- React Testing Library
- Styled Components
- Jest
- CSS Variables
npm run devnpm run buildnpm run testnpm run deployNeed to update the "homepage" section in the package.json file.
Please note that this script runs the tests in watch mode, for development purposes.
Create a web component (can be a pure web-component a React component or an Angular directvice) that shows a random image form flickr every X seconds using the flicker api https://www.flickr.com/services/api/. The number of seconds should be controlled externally using a custom attribute. The component should be responsive and look well on mobile devices.
For more information about what create-react-app's original scripts and about what it provides go here