Giter VIP home page Giter VIP logo

pdxbnb's Introduction

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: http://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 http://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

pdxbnb's People

Contributors

kailagoff avatar angular-cli avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.