Skip to content

zafeirisdimi/5.Assignment_Search_Hotel_with_custom_filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Search Hotel with custom filters

Requirements

You are required to build,using any techniques that you have learned and any other techniques that you might find, the following layout. Make sure you design and replicate the following as closest as possible.
Each component is described below by its number and what it should contain. Good luck!

Via the data.json file which is provided you must consume the data to display for. You should do an ajax call to get them and build dynamically the page.

  1. A search bar that you can write within any textwith autocomplete capability which returns the objects from entries.city [8 marks]
  2. The button shows the results as different entries that come from the entries objects [8 marks]
  3. A display that shows Check-in / Check-out dates. Can you make it to show a calendar? [6marks]
    • A List with the following options: Single, Double, Family rooms [4marks]
  4. A price sliderthat gets the prices from the entries and upon sliding the entries beneath change accordingly [12marks]
  5. A list of property types with options: 0 –5 stars. This information is within each entry on rating [8marks]
  6. A list of Guest ratingsthat show within each entry: 0 –2 Okay, 2 –6 Fair, 6 –7 Good, 7 –8.5 Very Good, 8.5 –10 Excellent from entries.ratings [8 marks]
  7. A list with Hotel locations with options from entries.city[8 marks]
  8. At the click of the View Map show a modal box with an iframe from entries.mapurl[8marks]
  9. A list for Sorting with options: Car Park, Sauna, Pool, Wifi, Balconytaken dynamically from entries.filters from ALL entries [14 marks]
  10. A photo of the hotelfrom entries.thumbnail [4marks]
  11. A description of the hotel from the objects within json file per entry as shown above [12 marks]

You need to submit all the produced files in a zip file named by your_name_assignment_5.zip


Application Presentation

Presentation