/React-FreeImageSearch

React app for searching free images & videos from pixabay

Primary LanguageJavaScript

Free Images Search app

built with React and Material-ui

Setup

  1. clone the repo to your machine
  2. run npm install
  3. register an account on pixabay.com
  4. aquire an API KEY from pixabay
  5. create .env file in the root directory and add the following:
REACT_APP_PIXABAY_API_KEY = 'your_api_key_here';
  1. run
npm start or yarn start