This image gallery is built using React, TailwindCSS, and powered by the Pixabay API.
React.js
TailwindCSS
React Router
React Icons
Pixabay API
- Search for images
- Category filter: All Images, Photos, Illustrations, Vectors
- Click on an image to view it full-size
- Responsive
Create a .env
file in the project root and add your Pixabay API key
👉 REACT_APP_PIXABAY_API_KEY=your_pixabay_api_key
# Install dependencies
npm install
# Run server :3000
npm start
# Build for production
npm run build