Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 621 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 621 Bytes

mAPPedout

ECHacks 2017 project

App which allows users to create accounts and conenct with friends and create "Events" around them

Location Based. In order to creat an event, user inputs the event name, description, date, time and location. The location get geocoded with google maps api and a marker gets created on the main fragment which pinpoints the location. The user who created the event gets added to the attendees of the event. Other users can then view the main fragment which contains created events and join then and invite other friends.

Uses firebase backend to integrat user login and event storage.