Skip to content

Trip planning tool, utilizing data visualization, built with Angular

Notifications You must be signed in to change notification settings

eyesicedover/PDXbnb

 
 

Repository files navigation

PDXbnb

By Kaila Goff, Maggie Summers, Hannah Lee & Stephanie Faber

Description

A website using data visualization to help users plan their trip to Portland or decide how much to list their property on Airbnb.

This was the result of our group project for week 5 of Epicodus' Javascript course. It was generated with Angular CLI version 1.6.5.

Check it out here: https://pdxbnb-76f3c.firebaseapp.com

Summary of High-Level Data

  • Average overall price by quadrant (North, Northwest, Southwest, Southeast, Northeast)
  • Average room price by room type
  • Average room price by quadrant broken out by entire room/apt, private room and shared room
  • Search rooms by budget and month

Current Features

  • Firebase database using scrapped data from Airbnb curated by Tom Slee. Find all the data here: https://tomslee.net/airbnb-data.
  • User authentication
  • Routing for all current pages
  • Deployed to Firebase

Installation

  1. _$ git clone https://github.com/kailagoff/PDXbnb _

  2. $ cd PDXbnb

  3. $ npm install

  4. Add Firebase API Key (see next section)

  5. $ ng serve --open

Firebase Setup

This app requires the use a Firebase API key to access Firebase database features. You can acquire one of your own to use when running this project by visiting the Firebase Website.

  • Create a new project.

  • Import master-pdx-airbnb-data.json into the database of the new project.

  • Once the data is uploaded, click the gear icon next to Project Overview to access your project settings.

  • Click the button that says "Add Firebase to your web app" and copy the information from the modal window that pops up.

  • Create a file called api-keys.ts in the src/app/ directory and add the following code with your API key information in place of the 'xxx's:

export var masterFirebaseConfig = {
  apiKey: "xxxx",
  authDomain: "xxxx.firebaseapp.com",
  databaseUrl: "https://xxx.firebaseio.com",
  storageBucket: "xxxx.appspot.com",
  messageingSenderId: "xxxx"
};

Development server

Run ng serve for a dev server. Navigate to https://localhost:4200/. The app will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Known Bugs

No known bugs at this time.

Support and contact details

To suggest changes, submit a pull request in the GitHub repository.

Technologies Used

  • HTML
  • CSS
  • Typescript/Javascript
  • Node
  • Angular
  • Firebase

Dependencies and Plugins

Dependencies

  • Webpack 4.0.1
  • Angular

Dev Dependencies

  • Webpack 4.0.1
  • Webpack-cli 2.0.9
  • ESLint
  • Babel
  • Bootstrap 4.0.0
  • Typescript

License

MIT License

Copyright (c) 2018 Kaila Goff, Maggie Summers, Hannah Lee, Stephanie Faber

About

Trip planning tool, utilizing data visualization, built with Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.2%
  • HTML 29.5%
  • CSS 5.9%
  • JavaScript 3.4%