Canoe is a mobile/web app for comparing ride sharing prices. To use the app, sign in to both ride of the provided riding sharing services to get past the login page. You will then be taken to the map page which automatically inds your location. There are input fields to change your start and end location. Once ready, you can click the "view ride options button" to compare prices.
Login buttons that will redirect you the the login page for the Ride sharing apps. Google Map for getting the current location. Input fields for changing the start and end location. Table view for ride comparisons. Hamburger menu for navigating the app and getting to logout button.
A starting project for Ionic that optionally supports using custom SCSS.
We recommend using the Ionic CLI to create new Ionic projects that are based on this project but use a ready-made starter template.
For example, to start a new Ionic project with the default tabs interface, make sure the ionic
utility is installed:
$ npm install -g ionic
Then run:
$ ionic start myProject tabs
More info on this can be found on the Ionic Getting Started page and the Ionic CLI repo.
You can also fork and clone this repo to your desktop, then from the root directory run
$ npm install
to install the required dependencies.
To start the server, from the root director run:
$ ionic serve
You will then be able to access it at localhost:8100