Path Tracker Mobile App
React Native
Functionality includes:
• Full authentication system with MongoDB, Context, and password encryption.
• Walk around in the real world and save a track to your account to view later.
• The app will draw a polyline of the path on the map using the location data from the users phone.
• React navigation to control app flow and transfer data between different screens.
Other Cool Things:
• Custom reusable hooks use the phones location data and save a users track to their account.
• Custom context components used in place of redux for data flow and tracking.
• Built using react-native maps, react-native-gesture-handler, and react-native-elements.