https://github.com/timonwa/google-maps-with-react
https://github.com/timonwa/google-maps-with-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timonwa/google-maps-with-react
- Owner: Timonwa
- License: mit
- Created: 2024-03-05T20:35:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T12:10:32.000Z (over 2 years ago)
- Last Synced: 2025-02-15T22:44:52.947Z (over 1 year ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integrating Google Maps with React
This repository contains a demonstration of integrating Google Maps with a React application. The demo was created as part of an article update for [LogRocket](https://blog.logrocket.com/author/pelumiakintokun/) on [Integrating Google Maps with React](https://blog.logrocket.com/integrating-google-maps-react/). Please give this a ⭐ if you found it helpful.
Explore technical content, articles, code snippets, and more on my blog, [Timonwa's Notes](https://timonwa.com/blog).
## Installation
Follow these steps to set up and run the demo on your local machine:
1. Clone this repository:
```bash
git clone https://github.com/Timonwa/google-maps-with-react.git
```
2. Navigate to the project directory:
```bash
cd google-maps-with-react
```
3. Install dependencies:
```bash
npm install
```
4. Start the application:
```bash
npm start
```
Visit [http://localhost:3000](http://localhost:3000) in your browser to see the demo in action.
## License
This project is licensed under the [MIT License](https://github.com/Timonwa/google-maps-with-react/blob/main/LICENSE).
## Connect
Explore more articles and content on my blog, [Timonwa's Notes](https://timonwa.com/blog). Connect with me on Twitter: [@timonwa\_](https://twitter.com/timonwa_).