Live Link : https://ritik261.github.io/ImageSearch_Project/
This is a simple web application that allows users to search for images using the Unsplash API. The app dynamically fetches and displays images based on the search query entered by the user. Users can also load more results by clicking the "Show More" button.
- Search for images from Unsplash using a search query.
- Display a grid of images with links to their respective pages on Unsplash.
- Load more images with the "Show More" button.
- Responsive and dynamic image rendering based on user input.
- HTML: For structuring the webpage.
- CSS: For styling the webpage layout.
- JavaScript: For fetching and displaying image data from the Unsplash API.
- Unsplash API: Used to fetch the images.
To use the Unsplash API, you need an API key. In this project, the API key is stored in the accessKey variable. Make sure to replace this with your own Unsplash API key if you deploy the project.
const accessKey = "YOUR_UNSPLASH_API_KEY";