Skip to content

BLooDBRothER/PixDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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