Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etewiah/inman-offer-tracker-fe
An app to track the status of offers during a real estate transaction
https://github.com/etewiah/inman-offer-tracker-fe
proptech real-estate vue
Last synced: 3 months ago
JSON representation
An app to track the status of offers during a real estate transaction
- Host: GitHub
- URL: https://github.com/etewiah/inman-offer-tracker-fe
- Owner: etewiah
- License: mit
- Created: 2017-08-10T14:13:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T18:28:33.000Z (about 7 years ago)
- Last Synced: 2024-10-10T02:06:55.798Z (3 months ago)
- Topics: proptech, real-estate, vue
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OFFER TRACKER
A Home Offer Tracker (Developed at Inman Hackathon)
[![Offer Tracker Demo](http://i.imgur.com/qnfo94Y.gif)](https://youtu.be/t9ycYMwvHQQ)The original project is here and includes some extra work done on a backend API:
https://github.com/ArturGrigio/offer-trackerThis repo focuses on the Vue.js frontend and uses Google firebase as the backend.
## Demo:
A live demo can be seen here:
http://klavado.com## Idea:
- **Bradley Inman**
- **Shane Farkas** (*The Agency*) [email protected]
- **Joel Burslem** (*1000watt*)
- **Paul Cooley** (*Imprev*) [email protected]
- **Tom Flanagan** (*The Group Inc*)## Developers:
- **Artur Grigio** ([*ListingZen*](https://ListingZen.com)): [email protected]
- **Todd LaMothe** ([*Union Street Media*](https://unionstreetmedia.com)): [email protected]
- **Ami Berger** ([*Voiceter Pro*](http://www.voiceterpro.com)): [email protected]
- **Tomas McCandless** ([*Voiceter Pro*](http://www.voiceterpro.com)): [email protected]
- **Ricky Watts** ([Coldwell Banker Heritage](http://www.coldwellbankerishome.com)): [email protected]
- **Ed Tee** ([PropertyWebBuilder](http://propertywebbuilder.com)): [email protected]
- **Jess Martin** ([CTO & Co-founder, First.io](http://first.io))## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).