Geeq Meet is an app that takes the hassle out of getting together.
Discover a new restaurant, find a cafe for a work meeting or just minimize everyone’s journey to the park!
Geeq Meet allows you to join your friends list, chat about whatever you want and choose meeting points for all!
Geeq Meet has the unique function of choosing a destination based on the type of place, which is equi-distance for each user. So each user will travel the same distance to a meeting point (e.g in the middle).
This uses an algorithm which takes the current-user latitude and longitude coordinates to calculate the global average position between everyone.
This App is developed using Expo React Native, Firebase and Google Map API.
Geeq Meet is developed using Expo for React Native.
Expo needs to be installed globally on your machine.
Run npm install --global expo-cli to install Expo.
Run the following command in your project directory terminal to clone the repo:
git clone https://github.com/gsinghg19/GEEQ.git
##Installing the dependencies Move into repository directory and run npm install to install all the dependencies.
##Running the app To run the app in the development mode, run expo start in the terminal.
You would need to install iOS and and Android emulators to test the app. You can also install Expo Go client on your physical mobile to test the app.
- Real time updating of user location
- Random place option
- Fully implement transport type
- Explore possibility of meeting point weighting based on user transport type
- Eventual completion and upload to the App Store
- Fix google map/Android bugs.