Image Search Engine A simple web application to search for images using the Unsplash API. Features Search for images based on keywords. Display search results with pagination. Click on images to view them on Unsplash. Technologies Used HTML CSS JavaScript How to Use Enter a keyword in the search box. Press the "Search" button or hit Enter. Scroll through the search results. Click on "Show more" to load additional results. API Key This project uses the Unsplash API for fetching images. You need to provide your own API key in the imageSearch.js file. Get your API key from Unsplash Developer and replace the accessKey variable with your API key. const accessKey = "YOUR_UNSPLASH_ACCESS_KEY"; Credits Images provided by Unsplash License This project is licensed under the MIT License - see the LICENSE file for details.