An open API service indexing awesome lists of open source software.

https://github.com/kayprogrammer/travel-advisor-with-react

A travel companion built with ReactJs and Google Maps Api
https://github.com/kayprogrammer/travel-advisor-with-react

google-maps-api rapidapi reactjs

Last synced: 11 months ago
JSON representation

A travel companion built with ReactJs and Google Maps Api

Awesome Lists containing this project

README

          

# Travel Advisor

![alt text](https://github.com/kayprogrammer/travel-advisor-with-react/blob/main/src/assets/display.png?raw=true)

## Intro

This is an application that fetches restaurants, hotels and attractions around you.
You can also search for the same in other places.

## Built with
* ReactJs

* [Maps Javascript Api](https://console.cloud.google.com/marketplace/product/google/maps-backend.googleapis.com)

* [Places Api](https://console.cloud.google.com/marketplace/product/google/places-backend.googleapis.com)

* [Travel advisor Api](https://rapidapi.com/apidojo/api/travel-advisor/)

* [Open weather map Api](https://rapidapi.com/community/api/open-weather-map/)

## To test locally..

1. Download repository
2. In your root directory, run..

* `npm install` to install dependencies.

* `npm start` to start the development server.

* Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

## Live application

[Travel Advisor](https://travel-advisor-kp.netlify.app/)

Note: I'm currently using the free version of the google cloud's platform. So the maps area is a little bit limited.