Skip to content

Hirdeshgupta/travel-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Advisor

This is Travel Advisor Application where one can find nearby hotels, attractions, and restaurants with the map

🚀 Demo

https://traveladvisorhkg.netlify.app/

Project Screenshots:

project-screenshot

project-screenshot

project-screenshot

🧐 Features

Here're some of the project's best features:

  • Search for places with Google geocoding location.
  • View the map of the searched location.
  • Get weather Information on the location.
  • Get nearby Hotels, Attractions, and Restaurants.
  • Filter them based on their ratings.

🛠️ Installation Steps:

1. Get the travel advisor rapid API key from the following URL by signing up

https://rapidapi.com/apidojo/api/travel-advisor

2. Get the google map API Key from the following URL by creating an app from google console and enabling google maps apis

https://console.cloud.google.com

3. Clone the repo

https://github.com/Hirdeshgupta/TravelAdvisor.git

3. Install npm packages

npm install

4. Create .env file in the root directory

REACT_APP_RAPID_API= XXXXXXX
REACT_MAP_GOOGLE_MAP_API_KEY= XXXXXXXX

5. Start react app

npm start

🍰 Contribution Guidelines:

Contributions are what make the open source community such an amazing place to be learn inspire and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request

💻 Built with

Technologies used in the project:

  • React Js
  • Rapid API - weather and travel advisor
  • Google Geocoding
  • Google Maps API