Skip to content

JonHX/flickr-app

Repository files navigation

React Flickr Photo Feed

View project in Github Pages

Overview

A super simple fully responsive single page react 16 app.

App features include:

  • Free search
  • Infinite Scrolling
  • Sort by 6 different filters
  • Search by tag

The app uses the public Flickr API. It utilises the flickr.photos.search endpoint, taking advantage of the pagination and sorting queries.

Building

Instructions to install and start:

  1. git clone <repo>
  2. cd flickr-app
  3. npm i
  4. npm run start || npm run start:prod dev/production builds

You can manually build using npm run build or for production settings npm run build:prod.

Built with

The app isn't purely built with love, I used these libaries too: