Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 2.02 KB

File metadata and controls

80 lines (56 loc) · 2.02 KB

📸 Image Search App

The Image Search App is a simple web application that allows users to search for images using the Unsplash API. Users can search for specific images, view details, and download them.

🚀 Features

  • 🔍 Search Images: Enter a keyword to search for images.
  • 📷 Random Images: Loads random images on page load.
  • 📄 Image Details: Click on an image to view details (photographer, location, likes, etc.).
  • 📥 Download Images: Easily download high-quality images.
  • 📜 Load More: View more images with the "Load More" button.

🛠️ Technologies Used

  • HTML - Structure of the web page.
  • CSS - Styling the UI.
  • JavaScript - Fetching and displaying images using the Unsplash API.

📂 Project Structure

├── index.html       # Main HTML file
├── styles.css       # Styles for the app
├── app.js           # JavaScript logic
└── README.md        # Documentation

🔧 Setup & Installation

1️⃣ Clone the Repository

git clone https://github.com/DataDiggerJay/High-Resolution_Image-Search_using_Unsplash-API
cd image-search-app

2️⃣ Get an Unsplash API Key

  1. Sign up on Unsplash Developers.
  2. Create a new application.
  3. Copy your API key.

3️⃣ Replace API Key

Open app.js and replace:

const apiKey = 'YOUR_UNSPLASH_API_KEY';

4️⃣ Open in a Browser

Simply open index.html in any browser.


🎯 How to Use

  1. Enter a keyword in the search bar.
  2. Click the "Search" button or press Enter.
  3. Click on an image to view details.
  4. Click Download to save the image.
  5. Click Load More to view more images.

📝 License

This project is licensed under the MIT License.


📬 Contact

For any issues or suggestions, feel free to reach out:

Happy Coding! 🎉