Skip to content

artliou/TravelPlanner

 
 

Repository files navigation

Project Name: Wanderly

Wanderly is a travel planning app that gives user the ability to search and find flights, hotels, top-rated attractions, popular local restaurants and weather condition of their travel destination.

The user can view and select their favorite trip preferences.

They can also retrieve their saved trip records, and delete them if desired.

Team

  • Sean Hong
  • Jerry Xia
  • Pavan Sethi
  • Arthur Liou

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Tech Stack
  4. Roadmap
  5. Contributing

Usage

  1. Fill out the fields in the search bar for departure city, arrival city, departure date and return date.

  2. Click the 'Search' button.

  3. The user can view and select their favorite trip options: one flight, one hotel, and multiple options for attractions and restaurants.

  4. Click 'Save Trip' button. The user's trip ideas will be saved in a record.

  5. The user can view their saved trip records, and delete them if desired.

Screenshots

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Requirements

  • Node: "6.9.5"
  • npm: "5.3.0"
  • Mongo: "3.4.6"

Development

Web App

  • Fork the repo
  • Clone from your fork
  • npm install
  • Update API keys in 'config.example.js', and then change the file name to 'config.js'

Database

  • Install MongoDB (or brew install MongoDB) and start the Mongo service with Mongod

Run the App

  • npm start

Tech Stack

Front-end

  • React
  • Bootstrap

Back-end

  • Express
  • MongoDB
  • Yelp-fusion API
  • Google QPX API
  • Air-port-codes API
  • Dark Sky Weather API
  • Google Maps Geocoding API
  • Google Maps Javascript API

Roadmap

View the Project Roadmap

Contributing

See CONTRIBUTING.md for contribution guidelines.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 5.2%