Skip to content

rohan-hari/Next-Destination-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Destination Finder is a travel companion application built on top of React and Material UI.

Technologies used: React, Material UI, Axios, Google Maps API and RapidAPI.

Live DemoFeaturesSetupDownload ZipLicense

Features

• Find hotels, restaurants and attraction based on your location.
• Functional to search for places.
• Filter data according to Users ratings.

Setup

To clone and run this application, you'll need Git and Node.js

Terminal

# Clone this repository
$ git clone https://github.com/rohan-hari/Postman-Clone-React.git
# Go into the repository
$ cd Postman-Clone-React
# Install dependencies
$ npm install

External

• Enable Maps Javascript API on a new project in Google Cloud Platform.
• To get Google Maps Api Key follow this link
• To get RapidAPI key click here and then subscibe to an existing plan (Free plan is suitable for development)
• Create a '.env' file in your project folder, and then add the following code to it.

REACT_APP_GOOGLE_MAPS_API_KEY = <Your Google Map API Key>
REACT_APP_RAPID_API_KEY = <Your RapidAPI Key>

• Finally, you can run the app using:

npm start

License

MIT