This project follows the idea to have a calendar that focuses on the geographic location of the entries. On the main page you get an geographic overview of your schedule for the next 24 hours. Additionally it allows you to register your current location to mark events as attended. Based on this information the app creates personal reports about the percentage of attended events.
In order to use it, you need to run the backend. When this is running you need to specify the correct endpoints in the calendar service and add your Google Maps API key in the index.html.
When this is done run
npm install && npm run serve
Have fun and start contribute.