Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etewiah/quasar-singlepropertypages
A nifty tool to create single property pages from existing listings. Just enter the url of a listing and it will create a page based off that.
https://github.com/etewiah/quasar-singlepropertypages
property-listings proptech real-estate
Last synced: about 1 month ago
JSON representation
A nifty tool to create single property pages from existing listings. Just enter the url of a listing and it will create a page based off that.
- Host: GitHub
- URL: https://github.com/etewiah/quasar-singlepropertypages
- Owner: etewiah
- Created: 2022-01-15T11:05:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T13:10:08.000Z (over 1 year ago)
- Last Synced: 2024-12-04T13:44:55.732Z (about 1 month ago)
- Topics: property-listings, proptech, real-estate
- Language: Vue
- Homepage: https://singlepropertypages.com/
- Size: 395 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SinglePropertyPages
SinglePropertyPages allows you to enter the url of a property listing and create an editable copy that you can publish as a standalone page.
It is built on the amazing [Quasar toolkit](https://quasar.dev/) and uses Vue.js.
## June 2023 update!
I am currently working on a tool to help with house hunting. Would love to get some feedback about it.
Please check it out here and let me know what you think (and if you would like it to be open-sourced):
[https://homestocompare.com/](https://homestocompare.com/)
## Motivation
I started work on this idea over a year ago when I was frustrated with the way a flat I wanted to sell in the UK was being presented. Regular real estate listings websites almost always have to same template for every property. The way a property is displayed takes no account of it's particular characteristics.
For me this was frustrating and as I aready built real estate websites for a living I decided to make a product that allows anyone to take a regular property listing and turn it into a single page that presents the property in the best light.
Long story short, I failed to monetize it adequately so rather than letting the idea die completely I decided to create a bare-bones version which I could open source. Perhaps someone can do a better job of monetizing it than I can.
You can read a bit more about my initial project on this hn thread: [https://news.ycombinator.com/item?id=24339608](https://news.ycombinator.com/item?id=24339608)
## Installation
### Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).## Contribution
Contributions are welcome. Just create a PR and explain what you've done :)
## TODO (in no particular order)
1. Improve the current look and feel
2. Enable exporting to PDF
3. Add a QR code widget
4. Add an enquiry form
5. Write tests!!## Support our sister project PropertyWebBuilder
You can help support this project by making a contribution to our sister project PropertyWebBuilder here: https://opencollective.com/property_web_builder
You can also help by spreading the word, trying it out, staring the project etc...