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.
- React hooks and Custom hooks
- React Routing
- React Responsive
- IntersectionObserver (Infinite scrolling)
- Pixabay API
- SCSS
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