Google Maps in React
Please follow me 🙏 on twitter and github
Description 📋
Demo App for Autocomplete Location Search, Draggable marker and Infobox using Google Maps API and React .
Autocomplete Location Search Demo 📹
Drag the marker
Use 👉
- Get your API Key from developers.google.com. You can also watch tutorial to Get API Key
- Add your Google Maps Key in
./client/src/client-config.js
nodejsAPI = 'xxxxx';
Installation Instructions 🔧
- Clone the repo using
git clone https://github.com/imranhsayed/google-maps-in-react
cd google-maps-in-react
npm install
cd client
npm install
cd ..
npm run dev
Built With ⚡️
- Node
- Express
- React
- Create React App
- Google Maps API
Tutorial Videos 📹
- Get API Key
- Autocomplete Location Search | Draggable Marker Part 1
- Autocomplete Location Search | Draggable Marker Part 2