Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.51 KB

Trippy

✈️🏨🍕🚩🚕

This project won FIRST PLACE for the Facebook Melbourne Hack in 2018.

The concept is an real-time platform for family or a groups of friends to plan a trip! It lists all the flights, accommodations, eateries, landmarks, car rentals which are populated using Facebook Graph API, Google Places API, Yelp and Zomato. These come with details like ratings, costs, photos and user reviews.

Users vote for which item is their favourites and an itinerary is created based on top picks. This helps users get a better understanding on their favourite places to visit during their trip. Users also have access to a chat feature to communicate while using the app.

This project was made with React, Redux, Python and Firebase

Demo

Feel free to try out our app hosted on firebase 🔥

Development Team

Screenshots

Usage

Requirements:

  1. Node.js

Steps:

  1. Clone this project and extract it on your computer

  2. Open a terminal and change to the project directory

  3. Enter the following commands:

    	> npm install
    	> npm start