Google Maps travel companion that helps you find hotels, attractions, weather, and food & dining places around you using React with Material UI, Google Maps APIs, and Rapid API.
https://travellingmate.netlify.app/
- Clone repo:
git clone https://github.com/AbayIbrayev/travel-mate.git
cd travel-mate
- Install dependencies with
yarn
ornpm install
- Set up your own environment variable using Google Maps API and Rapid API, shown in
.envSAMPLE
file - Run your app with
yarn start
|npm start
- Check your
localhost:3000
, for a local preview
Thank you!