Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 3.6 KB

README.md

File metadata and controls

75 lines (57 loc) · 3.6 KB

Trekpleisters

Mobile App for Searching attractive social locations

Also has the experimental functionality to make payments with Stripe

View on Expo: exp://exp.host/@messarikaya/FoodLocal?release-channel=default

Tech. Stack:

► Back-end: Firebase Functions
► Database: No persistent data storage. Only Asnc sstorage to save on user's mobile phone
► Front-end: Javascript + ReactNative + Context API

General Functionalities:

► Search locations and get a list of available destinations in card view
► Adding locations to favorites
► Getting a list of favorites
► Seeing available destinations on Google Maps view
► Ability to click and navigate to the destination details from Google Maps view
► Ability Sign/Out via Firebase Authentication
► Ability to take profile pictures
► Ability to create a shopping basket and make payments (test payments) via Stripe

Views

  • Modular component based design is used
  • Many components are reused in several page views

Standard home page

alt text

Sign-in Screen

alt text

Main User Page

alt text

Favorites selection and view

alt text

Detailed Destination View

alt text

Destination List on Google Maps

alt text

Detailed Destination View on Google Maps

alt text

Logout Screen and Profile picture with Camera functionality

alt text

Favorites List Overview

alt text

Detailed Destination View with add cart functionality

alt text

Checkout page

alt text

Payment with Stripe API

alt text

Payment Processing and state handling

alt text alt text