Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigmachirality/klustr
Beautiful and filterable Google Maps based property viewer. Built with React and Element.
https://github.com/sigmachirality/klustr
element-ui google-maps papaparse react taffy
Last synced: about 1 month ago
JSON representation
Beautiful and filterable Google Maps based property viewer. Built with React and Element.
- Host: GitHub
- URL: https://github.com/sigmachirality/klustr
- Owner: sigmachirality
- Created: 2019-04-22T00:09:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T10:22:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T21:56:43.152Z (9 months ago)
- Topics: element-ui, google-maps, papaparse, react, taffy
- Language: JavaScript
- Homepage: https://property-map.herokuapp.com/
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is live on Heroku [here](https://property-map.herokuapp.com)!
## Features
- Parses, displays, and allows filtering of over 1,500 properties
- Filter numeric properties with sliders and categorical properties with searchable dropdowns
- Supports clustering for viewing properties both individually and in aggregate
- Colors individual properties based on their estimated market value (colors clusters based on size)This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Running and Building
In the project directory, first run:
### `npm install`
This installs the required packages, such as element-react and papaparse. Afterwards, run
### `npm start`
This runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.