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 Demo • Features • Setup • Download Zip • License
• Find hotels, restaurants and attraction based on your location.
• Functional to search for places.
• Filter data according to Users ratings.
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
• 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
MIT