/CultConspiracy

Pulls Images from 500px API

Primary LanguageJavaScript

** Run this program by opening the index.html file in the base directory **

  1. Category Selector (top-right)
    -- Populates categories based on which images are returned by API.
    -- To bring up categories list hover or click (for mobile browsers)
    -- "Uncategorized" category is equivalent to displaying all items

  2. Responsive Design
    -- Supports from 320x480 up to 1920x1080
    -- Not optimized for any particular width, will continually re-centre based on how many images fit vertically

  3. Loading Icon
    -- Only appears on initial page load, after that data is cached

  4. 500px API request
    -- API is accessed by using a 3rd party proxy and an access token
    -- No parameters specified, will bring back all available data "fresh_today" (default)

Performance Hindrance--
A scrollbar may appear when cycling through categories.
This causes content to suddenly shift.

Technology--
JQuery, Backbone.js, HTML5, CSS3