Check out the live version of the app here: Image Search Engine
Welcome to the Image Search Engine! This project utilizes the Unsplash API to let you search for stunning images and download them in HD quality. Whether you need PNG, JPG, or WEBP formats, we've got you covered! π
- π Search Images: Find images easily using keywords.
- π₯ Download in HD: Save images in HD quality and choose from PNG, JPG, or WEBP formats.
- π±οΈ Enhanced Download Options: Install the Chrome extension Save Image as Type to right-click on images and save them in your preferred format with just a click! π
- A web browser (to run the application)
-
Clone the repository:
git clone https://github.com/Amartya-007/Image-Search-Engine.git
-
Navigate to the project directory:
cd Image-Search-Engine -
Open
index.htmlin your web browser to view and use the application. π -
Set up your Unsplash API key:
- Open
script.jsand insert your API key in the relevant section:const API_KEY = "your_api_key_here";
- Open
- Open
index.htmlin your web browser. - Use the search bar to discover images and interact with the available options to view or download them.
- Get your API key from Unsplash.
- Insert your API key into the
script.jsfile as described in the installation section.