ramyac / flickr-lightbox

A simple vanilla JS implementation of a lightbox with photos from Flickr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flickr-lightbox

A simple vanilla JS implementation of a lightbox with (fixed number of) photos from Flickr using Flickr photo search API.

Demo: http://ramyac.github.io/flickr-lightbox/

Instructions to run this repo locally:

You will need a http server running locally. I recommend using http-server as it is straight-forward and easy to use. Once you have http-server installed, run http-server -p <port-number>.

For example, if you have http-server running on port 8000, you will have to run http-server -p 8000

About

A simple vanilla JS implementation of a lightbox with photos from Flickr


Languages

Language:JavaScript 61.9%Language:HTML 23.2%Language:CSS 14.9%