-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflickr.txt
More file actions
26 lines (26 loc) · 1.1 KB
/
flickr.txt
File metadata and controls
26 lines (26 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Purpose
Aim of this challenge is three fold,
evaluate your coding abilities
judge your technical experience
understand how you design a solution
How you will be judged
You will be scored on,
coding standard, comments and style
overall solution design
user experience
Instructions
Please use Vue.js or React.js for the following challenge
Use an online code editor such as (you may need to create a free account):
CodePen (https://codepen.io)
Plunker (https://plnkr.co/)
Once test is completed please share relevant public URL to view the project
Challenge - Flickr feed viewer and search
Write a simple web application that reads data from Flickr's public feeds and displays the images on the page to the user.
Build a frontend UI to search the “Public Feed” Flickr JSONP API (https://www.flickr.com/services/feeds/docs/photos_public/) and display pictures.
Apply basic styling to make the end result look professional and be easy to use.
Incorporate the following in your solution:
real-time/instant results as the user types
images as a thumbnail
Author
Tags
link the thumbnail to hi-res image so the user can view it