Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

this application is designed to allow users to meet one another at a locaiton that is the least distance from all of them. this is done via collecting the user's locations, and by allowing users to join groups. once part of a group the meeting place can be calcualted at any time. this calculation is done by taking the average of all the users longitudes and latitudes. once this infomation has been calucated naviagtion to the meeting place can be done. this naviagtion is made possible by use of the google maps API. some small quiltiy of life improvements are also in place to extend this base functionality. such having music when the user logs in, as well as the abilty to change from dark to light theme. and allowing the user to store small notes in the appilcation. the data that this applicaition uses is stored in a loacl database.