An open API service indexing awesome lists of open source software.

https://github.com/igorprado/photogallery.js

A photo gallery using Javascript (MVC without frameworks) and Flickr API.
https://github.com/igorprado/photogallery.js

Last synced: 27 days ago
JSON representation

A photo gallery using Javascript (MVC without frameworks) and Flickr API.

Awesome Lists containing this project

README

          

# photoGallery.js

This is a small study about using MVC design pattern without any JavaScript framework. It was based on this [Alex Netkachov article](http://www.alexatnet.com/articles/model-view-controller-mvc-javascript).

Also, I used a small part of [Flickr API](http://www.flickr.com/services/api/).

CSS based on [Twitter Bootstrap](http://twitter.github.com/bootstrap/).