#React Flickr Gallery This little React application is a photo gallery. the photos are fetched from Flickr API.
$ git clone https://github.com/davelab/ReactFlickrGallery.git
$ cd ReactFlickrGallery && npm install
$ npm start
Now, you visit http://localhost:8080/, and should see an hexagonal gallery:
the test suit is written in enzyme and chai running with mocha
$ npm test
- Navigate across pages asynchronously to see different set of weird objects photos
- Enlarge any photo with a modal
- Go to the original Flickr Photo Post
- When the photo is enlarged you can navigate across all the photos in the current page
- Hovering a photo appears the photo owner avatar, clicking you can visit his profile page in flickr