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.
Instructions to install and start:
git clone <repo>
cd flickr-app
npm i
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
.
The app isn't purely built with love, I used these libaries too: