Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 934 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 934 Bytes

app-showdown (super-photos!)

This is an attempt to showcase a number of different approaches to a "fat client" application built using popular client-side app libraries like Backbone.JS and YUI APP.

SuperPhotos!

SuperPhotos! is a simple application that provides an interface to allow users to open folders of photos and preview those photos in a fullscreen mode.

superphotos!

Architecture/Interaction Notes

Build the app in the client-side framework of your choice while keeping the following interaction notes in mind:

  • user clicks folder, grid of image thumbnails is displayed
  • user clicks image, full screen preview of image is displayed
  • user hovers image, a caption for the image appears
  • any click interaction triggers a client-side "route" to allow for back button navigation