Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 570 Bytes

Image Finder Web App

This is a simple web application developed using React.js that allows users to search for images using the Unsplash Image API. Users can enter a search query, and the application will dynamically fetch and display relevant images.

Deployment link

https://reactimagefinder.netlify.app/

Features

  • Search for images using keywords
  • Dynamic loading of images using the Unsplash Image API
  • Responsive design for use on desktop and mobile devices

Technologies Used

  • React.js
  • Axios for HTTP requests
  • Unsplash Image API