https://github.com/sokilskill/image-finder
Image-Finder
https://github.com/sokilskill/image-finder
functional-components hooks pixabay-api typescript
Last synced: about 1 year ago
JSON representation
Image-Finder
- Host: GitHub
- URL: https://github.com/sokilskill/image-finder
- Owner: Sokilskill
- Created: 2023-09-22T15:02:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:13:03.000Z (over 1 year ago)
- Last Synced: 2025-01-30T23:32:19.276Z (over 1 year ago)
- Topics: functional-components, hooks, pixabay-api, typescript
- Language: TypeScript
- Homepage: https://sokilskill.github.io/image-finder/
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# Pixabay API Search

> This project implements a simple web application that allows users to search
> for images using the Pixabay API.
This project utilizes hooks for efficient state management of components.
## Key Features
- **Image Search**: Users can enter keywords in the search field and retrieve
corresponding images from the Pixabay API.
- **Load More Images**: During scrolling, users can load additional images by
clicking the "Load More" button. Hooks are used for efficient state and data
loading management.
## Installation and Running
To run the project locally, use the following commands:
```bash
npm install
npm start
```
These commands will install all the necessary dependencies and launch the web
application on the local server.
## Technologies and Tools
The project is implemented using React and incorporates the use of hooks for
convenient state management of components.
### For additional information and documentation on the Pixabay API, visit [Pixabay's official website](https://pixabay.com/).