Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-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*) [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).