This project is a simple web application that allows users to search for images using the Unsplash API. Users can enter a search term, and the app will display a list of images related to that term. If no images are found, the app will inform the user to try a different search term. Users can also load more results by clicking a "Show More" button.
- Image Search: Users can search for images by entering a search term in the input field.
- Dynamic Results: Displays search results dynamically on the page.
- Load More: Users can load more results by clicking the "Show More" button.
- No Results Message: Displays a message when no images are found for the entered search term.