Skip to content

React application for exploring Wikipedia articles, displayed on Google Maps.

Notifications You must be signed in to change notification settings

sitek94/wikipedia-map

Repository files navigation

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 in March 2021.

Getting started

Install dependencies

$ yarn install

Google Maps JavaScript API

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>

Run the app in the development mode

$ yarn start

Create React App

The app was bootstrapped with Create React App