AdventureMe, a full stack Android and iOS app for travel share.
A cross-platform full-stack mobile and web application built with NativeScript and Vue.
Utilising Google Firebase for database, authentication and storage.
My idea was to build a mobile app for a missing market segment to help people find adventures with friends or strangers and cut costs.
Forking and using the repo:
# Install dependencies
npm install
# Preview on device
tns preview
# Build, watch for changes and run the application
tns run
# Build, watch for changes and debug the application
tns debug <platform>
# Build for production
tns build <platform> --env.production