/real-estate-filters

Represents managing filtering of data using React and APIs

Primary LanguageJavaScript

Problem Statement

Implement Single Page Real Estate “Rent a Property” web app (reference) with filtering mechanism.

  1. You should have 4 levels of filtering as shown in the reference link - web app should display results which satisfies all the filters.
  2. You can use dummy data - make sure to have enough dummy data to display results after applying filters
  3. You are expected to implement in React.
  4. You are allowed to use any third party CSS library such as Material UI, Tailwind CSS, Chakra UI, etc