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
- Host: GitHub
- URL: https://github.com/kayprogrammer/travel-advisor-with-react
- Owner: kayprogrammer
- Created: 2022-07-19T15:15:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T21:06:21.000Z (over 3 years ago)
- Last Synced: 2025-01-29T15:21:56.850Z (about 1 year ago)
- Topics: google-maps-api, rapidapi, reactjs
- Language: JavaScript
- Homepage: https://travel-advisor-kp.netlify.app
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel Advisor

## 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.