This is a single page app that features a map with attractions in Seattle. It uses React library as UI management and incorporates Google Map API and MediaWiki API that provide a map and locations data sets. Users can drag through the map and click on a blue marker of an attraction for more information. They can also use a keyword search to filter these locations. Run this app to find more!
- run
npm start
- open a browser and head for
localhost:3000
- run
npm run build
and you are ready to deploy the app - Several method can be used for deploying. For a simple static server deployment, run
npm install -g serve
serve -s build
for more information, see React deployment
- open a browser and head for
localhost:5000
service worker is only working under production mode, which means you have to deploy the app to show its powerfulness.