Skip to content

EduardoV-dev/Image-Finder

Repository files navigation

Image Finder

This is an app that is built on ReactJS. Gets the images from Pixabay using its REST API for fetching all the data needed in order to display the images.

Features:

  • Image Gallery.
  • Image Finder by using a term to filter the search with.
  • Pagination.
  • Components for Error Handling.
  • Personalized view for images.
  • Routes handling.

Deployment:

The site is deployed on the Netlify Plaform:

Installation:

  1. Clone the github repository.
  2. install dependencies using the npm command -> npm install.
  3. Run application by using the command -> npm start.