A simple and responsive Image Search Engine built with HTML, CSS, and JavaScript, powered by the Unsplash API.
Search, explore, and load high-quality images dynamically with a clean UI and pagination support.
- π Search images by keyword
- πΈ Displays results in a responsive 3-column grid
- β "Show More" button to load additional images
- π Clickable images that link directly to Unsplash
- π¨ Gradient background with modern UI styling
- HTML5
- CSS3 (CSS Grid, Flexbox, Gradient Styling)
- JavaScript (ES6) β Fetch API, Async/Await
- Unsplash API
Image-Search-Engine/ βββ index.html # Main HTML file βββ style.css # Styling βββ script.js # JavaScript logic βββ img/ # Logo & assets
π API Setup
This project uses the Unsplash API. Get your API key from Unsplash Developerand replace it in script.js:
const accesskey = "YOUR_ACCESS_KEY";