jony0418 / project-api

0 stars 0 forks source link

The Property Search Web App is a user-friendly application designed to help users find properties based on their desired location and price range. Utilizing the SimplyRETS API for property data and the Google Maps JavaScript API for visualization, this web app provides an intuitive and interactive experience for property searching.

Features

Installation

  1. Clone the repository:

git clone https://github.com/jony0418/project-api.git

  1. Open the index.html file in a web browser. No additional installation steps are required, as the application runs directly in the browser.

Screenshots

Screenshot of the Property Search Web App

Usage

  1. Enter the location (city) where you want to search for properties in the "Location" input field.
  2. (Optional) Enter a minimum price and a maximum price for the properties in the "Min Price" and "Max Price" input fields, respectively.
  3. Click the "Search" button to start the search.
  4. The map will update to display the properties that match your search criteria, with each property represented by a marker.
  5. Click on a marker to open an info window with more details about the property, such as address, price, number of bedrooms, and number of bathrooms.
  6. Each search will be saved in the search history list below the search form, along with the number of properties found in that search.
  7. To remove all saved searches from the search history list, click the "Clear History" button.

Dependencies

License

This project is licensed under the MIT License, which permits open-source use, modification, and distribution with some conditions.