Image Search App
Implemented a functional application for searching and viewing images.
Key technical solutions:
Working with API: Integration with Pixabay API to obtain data in JSON format.
Asynchronicity: Use of the Axios library and async/await syntax for stable operation with network requests.
UI/UX: Implemented smooth page scrolling and dynamic loading of new results (Pagination/Load More).
Libraries: Used SimpleLightbox for modal windows and iziToast for nice user notifications.
Validation: Handling empty queries and search errors to keep the interface clear.
Key technical solutions:
Working with API: Integration with Pixabay API to obtain data in JSON format.
Asynchronicity: Use of the Axios library and async/await syntax for stable operation with network requests.
UI/UX: Implemented smooth page scrolling and dynamic loading of new results (Pagination/Load More).
Libraries: Used SimpleLightbox for modal windows and iziToast for nice user notifications.
Validation: Handling empty queries and search errors to keep the interface clear.