Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 833 Bytes

File metadata and controls

23 lines (14 loc) · 833 Bytes

Web Development Flickr Task

The task is to consume the public Flickr API and display the results according to this basic wireframe:

mockup

App contains the development code only.
Some basic testing is included.
I have also added a search input component for searching photo tags.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.\

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.