/RTDB_QueryApp

A mobile app can specific querying like shortest trip between two selected days or longest trip . Also it can draw route the longest trip on Map. This app made with React Native Expo also uses Firebase Realtime Database to storage datas. For Map view and drawing the trip route the app uses Google Maps Api. NYC Trip Record Data in December 2020 used for database. Datas converted JSON format each days include 70 random trip.

Primary LanguageJavaScript

A mobile app can specific querying like shortest trip between two selected days or longest trip . Also it can draw route the longest trip on Map.

This app made with React Native Expo also uses Firebase Realtime Database to storage datas. For Map view and drawing the trip route the app uses Google Maps Api.

The Trip datas have taken from NYC TLC Trip Record Data (Link: https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page ) and containing whole December 2020. Datas converted JSON format each days include 70 random trips.

Top 5 the longest trips and distances: image

The longest trip in December 21 and Pick Up-Drop off locations informations: image

Map screen example: image