Image Library is a web-based application that allows users to search and browse through images using the Pixabay API. With a sleek and modern design, it provides an easy way to explore and download high-quality images.
- Search Functionality: Search for images by entering keywords in the search bar.
- Responsive Gallery: Displays images in a grid layout that adapts to different screen sizes.
- Image Preview Modal: Click on any image to view it in a modal with download instructions.
- Load More Images: Dynamically load more images as you explore.
- Watermark: Displays a customizable watermark at the bottom of the page.
- Stylish Design: Features a beautiful gradient background, smooth transitions, and hover effects.
- HTML5: For the structure of the page.
- CSS3: For the styling, including animations, transitions, and a responsive layout.
- JavaScript: For fetching data from the Pixabay API and handling user interactions.
- Pixabay API: To fetch a wide range of images based on the user's search query.
-
Clone the repository:
git clone https://github.com/your-username/Image_Library.git
-
Open the
index.htmlfile in your browser to launch the app.
- Enter a keyword in the search bar and click on the Search button.
- Browse through the results in the gallery.
- Click on any image to view it in the modal window.
- Use the Load More button to see additional images for the same search query.
- To close the modal, click the Close button.
This project is licensed under the MIT License. See the LICENSE file for more details.
This README.md file provides a clear introduction to the project, instructions for setup and use, and some technical details, making it easy for others to understand and use the Image Library.