Skip to content

Rhuansantos/flickr-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Search Gallery

A search photo gallery with vanilla Javascript, using es6,es7 features and the Flickr Api!

live example

Instructions

1 - clone the project through terminal or download it as a zipfile here

git clone https://github.com/Rhuansantos/flickr-gallery.git

2 - enter into the folder's project that you just cloned

cd flickr-gallery

3 - install the dependencies using

npm install or yarn install

4 - bring the server up by just typing gulp

gulp