Skip to content

mistermendez/lightbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightbox

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.

Live demo

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

Install

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

  2. Install git and node: brew install git node

  3. Install gulp-cli globally by running: npm install --global gulp-cli

  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 /dist/index.html in browser.

  8. Test by running npm test

About

Lightbox web app that displays Flickr photo grid with lightbox view -

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published