##Photo Gallery Readme This is a simple frontend photo gallery that communicates with Tandem Vault's API.
###How to Run/Install
- clone this repository and run the index.html with your favorite browser
- or visit the deployed site at https://photo-gallery-cbfb0.firebaseapp.com
###Features
- Grid rendering of images
- Load assets as you scroll
- Search query
- Sort images by: curated at, created at, rating, or filename
- filter images by: portrait or landscape
###Next Steps
- Would be more complete if there were tests.
- I had some issues implementing filtering by
people
andsublicensable
. Error message didn't quite make sense to me as it looks like I have the correct param and value: so when i sendURL/api/v1/assets?api_key=mykey&people=true
I get a response back that says{"error":{"param":"people","value":"true","error":"Must be one of: true, false."}}
- Add more bells and whistles. Implement a lightbox and perhaps show more data, stuff like file name, creation date, etc.
- Play with Milk to see how that differs from using mustache direct, and/or get more familiar with mustache.
###What was used to build this
- coffee-script 1.10.0 on node.js 6.2.0
- jquery 1.11.3
- mustache 2.2.1
- bootstrap 3.3.6
- sublime text 2 for editor
- safari and chrome for test