React application for exploring Wikipedia articles, displayed on Google Maps.
This project was built during Netguru College: Frontend React - online workshops organized by Netguru in March 2021.
$ yarn install
Get your API key from Google Maps JavaScript API.
Use .env.example
file to create .env
file with your own API key.
# Google Maps JavaScript API key
REACT_APP_GOOGLE_MAPS_API_KEY=<your_api_key_here>
$ yarn start
The app was bootstrapped with Create React App