Skip to content

Dinalii/ZILLOW---Property-Selling-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Estate Website

Functionalities

  1. Search
    🔸type (house, flat, any)
    🔸price (min price, max price)
    🔸bedrooms (min bedroom, max bedroom)
    🔸date added (after specified date or between two given dates)

Form made using HTML5 and jQuery UI Widgets for ALL Elements.

  1. Search Criteria derived from provided JSON data file (to which 5 more have to be added).
  2. jQuery UI Tabs for each property with a large image, thumbnail images, and a short description of the property (property type, price, location)
  3. Favorites list saved using localStorage made with button click. Each location can be added only once.
  4. Removed from favorites by button click.
  5. Display Favorites on the Search Page.
  6. Make all pages Responsive for 3 layouts (Desktops, iPads and Phones).
  7. Website Security using CSP, HTML Encoding, etc.

User can check the search functionality by filling the search form using internal JSON data in HTML Search Page.

Made Using

1. jQuery

CDN - jQuery Script

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

2. jQuery UI

CDN - jQuery UI Script

<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

CDN - jQuery UI CSS

<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">

3. jQueryUI - MultiSelect

Repository - jQuery-MultiSelect by nobleclem

https://github.com/nobleclem/jQuery-MultiSelect

4. SASS compiling for CSS3

5. HTML5

7. JavaScript


Index Page View

Index Page


Search Page

Search Page