Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 602 Bytes

Find Images Application

A react application to brings up images from Pixabay API in a beautiful grid format. An infinite scroll is included as well as masonry.

Previously it was made with Pexels API, but this blocked its use for this type of App. For this reason it was updated to Pixabay API. If you want to check the implementation with Pexels API you can find it in a branch called pexelsBranch.

Getting started

git clone https://github.com/Luise8/find-images-app.git
cd find-images-app
npm install
npm start