Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 941 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 941 Bytes

Maps integrated Calendar

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.

Running it

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.