Skip to content

Ritik261/ImageSearch_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unsplash Image Search App

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.

Features

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

Technologies Used

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

API Access

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";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published