Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.95 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.95 KB

Project Preview

Where Should I Go?

Netlify Status

Don't know where to go?

Why not use this amazing app to find interesting places around your area on google maps with cool informations from TripAdvisor!

Table of contents

Demo

(Back to top)

DEMO LINK

Features

(Back to top)

  • Find restaurants around your area
  • Find hotels around your area
  • Find attractions/landmarks around your area
  • Find all of those anywhere in the world as you pan on google maps
  • Freely search where you want to find interesting places around the world via search box
  • Filter information cards by rating
  • See summary information on cards from Tripadvisor API

Install

(Back to top)

  1. clone this git on your computer
  2. install node.js
  3. run command npm install on terminal in this project directory
  4. setup .env file
  5. run command npm start on terminal
  6. go to http://localhost:3000/

Setup ENV

(Back to top)

REACT_APP_GOOGLE_MAP_API_KEY : Google Maps API

REACT_APP_RAPID_API_TRAVEL_API_KEY : Travel Advisor

REACT_APP_RAPID_API_WEATHER_API_KEY : Open Weather Map

Highlight Technology

(Back to top)

  • Google Maps API
  • MUI
  • React
  • API