The Image Search App is a web application designed to allow users to search for and view images using the Unsplash API. It provides a simple and intuitive interface for users to enter keywords, and the app fetches relevant images from the Unsplash database.
- Search Images: Users can enter keywords in the search bar to find images related to their interests.
- Dynamic Results: The app dynamically loads and displays search results without requiring a page refresh.
- Responsive Design: The interface is responsive, ensuring a seamless experience across different devices.
- HTML: For the structure and layout of the web page.
- CSS: Styling the user interface to make it visually appealing.
- JavaScript: Interacting with the Unsplash API and handling user interactions.
- Unsplash API: Fetching images based on user-entered keywords.
- Clone the repository to your local machine. git clone https://github.com/developer-ab/Image_Search_App