Skip to content
Open
No due date
Last updated Feb 27, 2025
25% complete

The application must display a list of all hotels stored locally or retrieved from the remote travel sample dataset.
Users should be able to view hotel details, including:
Hotel name: the name of the hotel
City: the city where the hotel is located
State: the state where the hotel is located
Country: the country where the hotel is located
Address: the full address of the hotel
Phone: the contact number of the hotel
Price: the price range of the hotel
Rating: the customer rating of the hotel
Description: a short description of the hotel
The application must dynamically update the hotel list in real time using query listeners to reflect changes made locally or remotely.
The users must be able to sort hotels by name, filter them by name (regex).

List view