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.
- 🔍 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.
- HTML - Structure of the web page.
- CSS - Styling the UI.
- JavaScript - Fetching and displaying images using the Unsplash API.
├── index.html # Main HTML file
├── styles.css # Styles for the app
├── app.js # JavaScript logic
└── README.md # Documentation
git clone https://github.com/DataDiggerJay/High-Resolution_Image-Search_using_Unsplash-API
cd image-search-app
- Sign up on Unsplash Developers.
- Create a new application.
- Copy your API key.
Open app.js
and replace:
const apiKey = 'YOUR_UNSPLASH_API_KEY';
Simply open index.html
in any browser.
- Enter a keyword in the search bar.
- Click the "Search" button or press Enter.
- Click on an image to view details.
- Click Download to save the image.
- Click Load More to view more images.
This project is licensed under the MIT License.
For any issues or suggestions, feel free to reach out:
- 📧 Email:
jayeshberde02@gmail.com
- 🐙 GitHub: DataDiggerJay
Happy Coding! 🎉