We have an empty page that was prepared to be used to display all properties that a user added to the whist-list.
Developer View
Make a request to the API to save the whist-list properties of a user when he/she clicks on the favorite button.
If the endpoint is not ready to handle this, make use of data structures to achieve the same outcome.
Make a request to fetch whist-list properties.
Make sure properties are not duplicated in the whist-list
Come up with a design to display whist-list properties.
We have an empty page that was prepared to be used to display all properties that a user added to the whist-list.
Developer View