Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
/ take-me-home Public archive

An app to calculate the time it takes to get home. Written in React. Created for the course "Web Technologien" at FOM.

License

Notifications You must be signed in to change notification settings

BeneKenobi/take-me-home

Repository files navigation

take-me-home

CodeQL Build dev-containerExpo Publish

An app to calculate the time it takes to get home. Written in React(-Native). Created for the course Web Technologien at the FOM Hochschule by @BeneKenobi and @Mekcyed.

You can easily checkout the latest version of branch main on your own device at https://expo.dev/@benekenobi/take-me-home or in your browser at https://benekenobi.github.io/take-me-home/.

process overview

flowchart TD
    idOA(Öffne App) --> idAL(Aktualisiere Lokation)
    idAL --> idRA(Ermittle Reisedauer Auto)
    idAL --> idRO(Ermittle Reisedauer öffentliche Verkehrsmittel)
    idAL --> idRF(Ermittele Reisedauer Fahrrad)
    idRA --> idZR(Zeige Reisedauern an)
    idRO --> idZR
    idRF --> idZR
    idZR --> idTR(Tap auf Reisedauer)
    idTR --> idTS(Generiere Text mit Verkehrsmittel und Reisedauer)
    idTS --> idOS(Öffne Teilen-Dialog des Betriebssystems für generierten Text)
Loading

short developer intro

install/update dependencies

yarn install

run

yarn start

dependencies / dev container

You can use a precompiled dev-container in Visual Studio Code that already includes all dependencies.

Google Maps API Key

create a file called .env in your root directory and fill with

GOOGLE_API_KEY_WEB="web_api_key"
GOOGLE_API_KEY_IOS="ios_api_key"
GOOGLE_API_KEY_ANDROID="android_api_key"

upgrade expo packages

expo upgrade

About

An app to calculate the time it takes to get home. Written in React. Created for the course "Web Technologien" at FOM.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •