Skip to content

Hotel Booking App which gives recommendations based on your past bookings. Developed in Android Studio

Notifications You must be signed in to change notification settings

jagzmz/HotelBookingRecomendation

Repository files navigation

Hotel Booking & Recommendations

Workflow

Problem Statement

  1. Take a sample JSON for a list of Hotels
  2. The hotel shall have most basic identifying fields
  3. Create a few users who will perform the following activities.
  4. Track the visitors on a hotel page
  5. Users make a Draft Booking, where the user tries to book a hotel but don't complete the process
  6. Users book a Hotel i.e. Create a completed booking
  7. Display the activities happening around hotel page (Visits, Draft Bookings, Completed Booking)
  8. Display recommendations of other hotels based on the activities done by the user.
  9. Implement a basic UI with minimal functionality required.

App Features

  1. Shows list of hotes as structured in HotelMock.json
  2. List of hotels shown with their ratings, tags and views.
  3. On clicking "Book" user can create either Draft or Complete Booking.
  4. Activities including Views, Drafts, Bookings are displayed to all.

Recommendation System

Each hotel has tags attached with it. Upon successful booking of the user, He/she can navigate to the "Recommendation" tab to see relevant hotels having similar tags.

About

Hotel Booking App which gives recommendations based on your past bookings. Developed in Android Studio

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages