https://github.com/sitek94/wikipedia-map
React application for exploring Wikipedia articles, displayed on Google Maps.
https://github.com/sitek94/wikipedia-map
google-maps-api material-ui react react-sweet-state wikipedia-api
Last synced: about 1 month ago
JSON representation
React application for exploring Wikipedia articles, displayed on Google Maps.
- Host: GitHub
- URL: https://github.com/sitek94/wikipedia-map
- Owner: sitek94
- Created: 2021-03-15T16:47:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T16:54:16.000Z (about 5 years ago)
- Last Synced: 2025-04-01T03:03:36.395Z (about 1 year ago)
- Topics: google-maps-api, material-ui, react, react-sweet-state, wikipedia-api
- Language: JavaScript
- Homepage: https://wikipedia-map.netlify.app/
- Size: 1.16 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wikipedia Map
React application for exploring Wikipedia articles, displayed on Google Maps.
This project was built during **Netguru College: Frontend React** - online workshops organized by [Netguru](https://www.netguru.com/) in March 2021.
## Getting started
### Install dependencies
```bash
$ yarn install
```
### Google Maps JavaScript API
Get your API key from [Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/get-api-key).
Use `.env.example` file to create `.env` file with your own API key.
```env
# Google Maps JavaScript API key
REACT_APP_GOOGLE_MAPS_API_KEY=
```
### Run the app in the development mode
```bash
$ yarn start
```
### Create React App
The app was bootstrapped with [Create React App](https://create-react-app.dev/docs/getting-started)