Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.02 KB

File metadata and controls

21 lines (14 loc) · 1.02 KB

Image Search App

Overview

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.

Features

  • 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.

Technologies Used

  • 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.
  1. Clone the repository to your local machine. git clone https://github.com/developer-ab/Image_Search_App