Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammad-sefat/image_search_app
The Image Search App integrates with the Unsplash API to provide an image search functionality. Users can search for images by entering a keyword, view the results, and load more images by clicking a button. The app manages API requests, updates the UI dynamically, and handles pagination.
https://github.com/muhammad-sefat/image_search_app
css html javascript
Last synced: 8 days ago
JSON representation
The Image Search App integrates with the Unsplash API to provide an image search functionality. Users can search for images by entering a keyword, view the results, and load more images by clicking a button. The app manages API requests, updates the UI dynamically, and handles pagination.
- Host: GitHub
- URL: https://github.com/muhammad-sefat/image_search_app
- Owner: Muhammad-sefat
- Created: 2024-08-13T03:00:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T04:42:15.000Z (6 months ago)
- Last Synced: 2024-11-17T19:43:25.608Z (2 months ago)
- Topics: css, html, javascript
- Language: CSS
- Homepage: https://image-search-app-rouge.vercel.app
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
The Image Search App integrates with the Unsplash API to provide an image search functionality. Users can search for images by entering a keyword, view the results, and load more images by clicking a button. The app manages API requests, updates the UI dynamically, and handles pagination.### Key Features
- API Integration: Connects to the Unsplash API to fetch images based on user queries.
- Dynamic Content Display: Displays images and links dynamically on the page.
- Pagination: Supports loading additional images by handling pagination through a "Show More" button.
- Event Handling: Listens for form submission and button clicks to trigger searches and load more results.
- UI Management: Clears previous search results before displaying new ones and controls the visibility of the "Show More" button.#### Live Link : https://image-search-app-rouge.vercel.app/