A clean and minimal image search application built using HTML, CSS, and Vanilla JavaScript, powered by the free Pixabay API.
π Enter a keyword (e.g., "car", "sunset", "nature") and instantly fetch beautiful images from Pixabay.
[π coming soon]
(Replace the above link after deploying to GitHub Pages or Netlify)
- π Search for high-quality images using any keyword
- πΌοΈ Dynamically loads and displays images from Pixabay API
- π‘ Simple, responsive, and user-friendly UI
- βοΈ Built with pure HTML, CSS, and JavaScript (no frameworks)
- HTML5
- CSS3
- JavaScript (ES6+)
- Pixabay REST API
-
Visit the official Pixabay API Docs
-
Click "Get Started" and sign up for a free account
-
After email verification, go to your API Key Dashboard
-
Copy your API key (something like
51562093-abc123xyz456) -
In the
index.jsfile, replace the placeholder:const API_KEY = "YOUR_PIXABAY_API_KEY";
You're now ready to search images!
π¦ How to Run Locally bash Copy Edit git clone https://github.com/your-username/pixabay-finder.git cd pixabay-finder
Or just double-click the index.html file.
π§© Folder Structure
pgsql
Copy
Edit
pixabay-finder/
β
βββ index.html
βββ index.css
βββ index.js
βββ README.md
π§ Learnings Working with REST APIs using fetch()
Handling user input and DOM manipulation
Creating clean UI with semantic HTML + CSS
API key security awareness
π License This project is open-source and free to use under the MIT License.
π¨βπ» Author Kishan Semwal π Delhi, India π Aspiring Full-Stack MERN Developer π GitHub β’ LinkedIn