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: about 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T18:28:33.000Z (over 8 years ago)
- Last Synced: 2025-04-24T07:09:43.182Z (about 1 year ago)
- Topics: proptech, real-estate, vue
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 6
- Watchers: 4
- 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)
[](https://youtu.be/t9ycYMwvHQQ)
The original project is here and includes some extra work done on a backend API:
https://github.com/ArturGrigio/offer-tracker
This 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*) shane@theagencyre.com
- **Joel Burslem** (*1000watt*)
- **Paul Cooley** (*Imprev*) paul@imprev.com
- **Tom Flanagan** (*The Group Inc*)
## Developers:
- **Artur Grigio** ([*ListingZen*](https://ListingZen.com)): arturgrigio@gmail.com
- **Todd LaMothe** ([*Union Street Media*](https://unionstreetmedia.com)): todd@unionstreetmedia.com
- **Ami Berger** ([*Voiceter Pro*](http://www.voiceterpro.com)): ami@voiceterpro.com
- **Tomas McCandless** ([*Voiceter Pro*](http://www.voiceterpro.com)): tomas@voiceterpro.com
- **Ricky Watts** ([Coldwell Banker Heritage](http://www.coldwellbankerishome.com)): ricky.watts@coldwellbanker.com
- **Ed Tee** ([PropertyWebBuilder](http://propertywebbuilder.com)): ed@propertywebbuilder.com
- **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).