Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 782 Bytes

Lightbox Assignment

A web app that displays Flickr photo grid with lightbox view. Implemented with vanilla JavaScript.

App screen shot

Live demo

https://s3.amazonaws.com/light-box/index.html

Install

  1. Install brew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  2. Install git and node: brew install git node

  3. Install gulp globally by running: npm install -g gulp

  4. Clone project: git clone https://github.com/mistermendez/lightbox.git

  5. After cloning, just cd in there, install dependencies by running npm install

  6. Build the project by running gulp

  7. Open in /dist/index.html browser.