Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

moia-dev/trip-estimate-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trip-Estimate-Example

This is an examplary integration of the MOIA estimate and deep link feature into a react app.

To test it in your browser go to: https://moia-dev.github.io/trip-estimate-example/

Start application

In the project directory, you can run:

npm start

Which runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Implementation

To take a look at the integration implementation, take a look at the src/App.js file.