Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1 KB

README.md

File metadata and controls

41 lines (32 loc) · 1 KB

PixDiscovery

About the Project

This is my first React project. I developed a photo and video search web app powered by pixabay API. The site is even responsive you can take a look at your mobile. I developed for my learning purpose.

What I have used

  • React hooks and Custom hooks
  • React Routing
  • React Responsive
  • IntersectionObserver (Infinite scrolling)
  • Pixabay API
  • SCSS

To run this locally

Step 1: Create pixabay api key here

Step 2: Create .env file in the root directory

touch .env

and paste the following line by replacing the key

REACT_APP_PIXABAY_KEY=YOUR_API_KEY

step 3: Clone and run.

git clone https://github.com/BLooDBRothER/PixDiscovery.git
cd PixDiscovery
npm install
npm start

Reference