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! π