leetrunghoo

Demo Flickr with Rest Api

by Trung Ho — Posted in Demo on

Introduction

Flickr is one of the most popular websites for sharing photos, owned by Yahoo. However, it’s quite slow and inconvenient when browsing photo. For example, when you view a list of photos and click on a photo, it’ll redirect to “photo detail” page, and the only what to go back is choosing “Back to photostream”, then it’s gonna reload the list of photos page again. I was confusing when I use Flickr for the first time, I wonder why they don’t use a popup for viewing detail of the photo, or single page web app. That’s the reason why I made this demo in order to see how much I can improve Flickr.

This simple demo is only focus on browsing photos by showing up all photos of a user. You need to input user_id or a link of a photo in Setting. Moreover, you can config the quality of photos (the higher, the slower loading speed).

The result is good, this demo is much faster than Flickr when browsing photos.

List of photos - main page: list of photos
Popup for photo detail: view photo detail

Technology

This is just a demo so I tried to keep it as simple a possible.

  • I’m using public rest api by Flickr https://www.flickr.com/services/api/ to get the data.
  • I handle infinite scrolling by watching scroll event.
  • JQuery
  • Masonry (for main layout)
  • Lightgallery (for photo’s popup)
  • simplePagination (for pagnation)
  • NProgress (for loading indicator)
  • Remodal (for simple popup)

You can get the source code here https://github.com/leetrunghoo/leetrunghoo.github.io/tree/master/demo/flickr

Now give it a try and enjoy it! https://leetrunghoo.com/demo/flickr/




© 2016 Made by Trung Ho with

Share this blog