This project was bootstrapped with Create React App.
Basic React gallery app, that let user search images and Gif's on flicker and giphy service.
All assets loads with only when needed (just before entering the viewport) with intersection-observer (modern browsers only 😎)
todo:
- add the ability to select multiple images
- add other sources (
gettymaybe) - modal that shows the asset on full page
- add Redux
- add styled-components
- add
local-storagesupport - store selections on DB
- add authentication
- more and more..