This is Travel Advisor Application where one can find nearby hotels, attractions, and restaurants with the map
https://traveladvisorhkg.netlify.app/
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.
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
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
Technologies used in the project:
- React Js
- Rapid API - weather and travel advisor
- Google Geocoding
- Google Maps API