Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 1.52 KB

README.md

File metadata and controls

73 lines (43 loc) · 1.52 KB

Travel Buddy

This is a React Google map project that allows real-time Places suggestion around the World through latitute & logitude.

Screenshots

Tech Stack

Client: React, HTML, CSS

Server: Node

Icon: MaterialUI lab,core,icons

Features

  • Retrive user geo-location automatically
  • Search by location
  • Filter places by Type & Ratings
  • Live Weather data
  • Preview of all Hotel, Restraunts & Attraction
  • Links to official website

Installation

Install my-project with npm

  npm create-react-app travelhunt
  cd travelhunt
  npm start

OR

  $ git clone https://github.com/digambernegi/Travel-Hunt.git
  npm install

Documentation

Rapid API

Get Your Real data api key from Rapid API

Travel Advisor

Open Weather

Google Cloud Console

Activate two Api library form Google Cloud Platform and get their common API key

Maps JavaScript API

Places API

Deployment

To deploy this project run

  npm run deploy