This JavaScript application enables users to effortlessly search for images by utilizing the Unsplash API.
- JavaScript: Used to implement the functionality of the image search application.
- HTML: Provides the structure of the webpage.
- CSS: Used for styling the webpage and enhancing the visual appeal.
- Unsplash API: Enables fetching of images based on user search queries.
- Clone the repository to your local machine.
- Obtain an API key from Unsplash (https://unsplash.com/developers).
- Replace
'YOUR_UNSPLASH_API_KEY'
in the JavaScript code with your actual Unsplash API key. - Open the
index.html
file in your web browser. - Enter a search query in the input field.
- Click the search button to fetch and display relevant images from Unsplash.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.