A web app that displays Flickr photo grid with lightbox view. Implemented in vanilla JavaScript (ES2015). Lightbox navigation supports left/right keyboard arrows and ESC key.
https://s3.amazonaws.com/light-box/index.html
-
Install brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install git and node:
brew install git node
-
Install gulp-cli globally by running:
npm install --global gulp-cli
-
Clone project:
git clone https://github.com/mistermendez/lightbox.git
-
After cloning, just
cd
in there, install dependencies by runningnpm install
-
Build the project by running
gulp
-
Open
/dist/index.html
in browser. -
Test by running
npm test