You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Staysia is a responsive flutter web application that allows users to search and book hotels.
Firebase is used for google auth. The backend is made in python.
The homepage features a clean UI and gives access to a search bar
The user can click on a city to directly search for hotels in that city.
The user can also search based on services provided in a hotel.
Search results show as the user types and can directly click on a given hotel or click the search icons for a detailed search through the database.
The detailed search results can be sorted by rating/price.
Clicking on a hotel card takes the user to the hotel details page showing all the facilities and the option to book the hotel.
Reviews are mentioned on the page and also a list of recommended hotels is shown.
The user can click on the book hotel button and it opens a dialog allowing to select the details and further confirm the booking.
The navigation bar allows user to edit their profile, sign out.
Clicking on my bookings shows the user's booking on a separate page.
User is notified about success or failure through overlay notifications.