An intuitive and aesthetic Image Search Engine that allows you to search for high-quality images using the Unsplash API.
- Easy Image Search: Just type your query and instantly get relevant images.
- Responsive Design: Works seamlessly on desktop and mobile.
- Smooth Load More Option: Fetch additional images with a single click.
- Direct Links to Unsplash: Explore high-quality images directly on Unsplash.
- HTML5 & CSS3: For a clean and aesthetic front-end structure.
- JavaScript (ES6+): For handling dynamic content loading and API interactions.
- Unsplash API: Powers the image search and provides beautiful images.
-
Clone the Repository:
git clone https://github.com/yourusername/image-search-engine.git cd image-search-engine -
API Key: Update your Unsplash API key in
script.js.const accessKey = "YOUR_UNSPLASH_API_KEY";
-
Open
index.html: Run the project by openingindex.htmlin your browser.
- Background Image: Update the
background-imageinstyle.cssto personalize the background. - Color Scheme: Modify color values in
style.cssto change the look and feel.
Feel free to contribute to this project! Whether it's reporting a bug or adding new features, contributions are welcome.
- Fork the project.
- Create your feature branch:
git checkout -b feature/AmazingFeature. - Commit your changes:
git commit -m 'Add some AmazingFeature'. - Push to the branch:
git push origin feature/AmazingFeature. - Open a Pull Request.
- Thanks to Unsplash for providing an API with beautiful images.
