Skip to content

bigyanse/pixelhunt

Repository files navigation

pixelhunt

A React application that allows users to search for images using the Unsplash API. The app has a user-friendly interface where users can enter their search term in a text field and instantly view the search results.

Key Features

  • Input Field: A search bar where users can type in their search term.
  • Search Functionality: Used the Unsplash API to fetch images related to the user's search term in real-time.
  • Debounce In Search: Debounce in search input.
  • Image Display: Images showcase in a visually appealing grid or carousel layout.
  • Infinite Scroll: Infinite scroll to load more images as the user reaches the end of the current results.
  • Responsive Design: Ensure the application looks great and functions flawlessly on various devices and screen sizes.
  • Cached Responses: The responses are cached so that the consecutive fetch requests are faster and saves bandwidth.

Technologies Used

  • React.js
  • TailwindCSS
  • React Router
  • React Query
  • Hero Icons