Implement Single Page Real Estate “Rent a Property” web app (reference) with filtering mechanism.
- You should have 4 levels of filtering as shown in the reference link - web app should display results which satisfies all the filters.
- You can use dummy data - make sure to have enough dummy data to display results after applying filters
- You are expected to implement in React.
- You are allowed to use any third party CSS library such as Material UI, Tailwind CSS, Chakra UI, etc