Skip to content

green-traveller/web

Repository files navigation

Green Traveller Logo

🚴🌳 Green Traveller

Landing Page App

An easy to use App to track your COâ‚‚ emissions from transportation means for your iPhone and Android Smartphone.

Features

  • Easy and user-friendly onboarding
  • Search and plan routes
  • Make configurations to search parameters
  • Compare and decide on route options
  • Review your COâ‚‚ emissions
  • Set yourself challenges
  • View your travelled routes
  • Add your own vehicles

Screenshots

Setup View Search View Results View Routes View Balance View Preferences View Vehicles View

Usage

Setup

You need node.js installed in your environment. Run npm install to install the dependencies. To have all features available place a .config.json file in the root folder of the project with the following content:

{
  "keys": {
    "dev": "<Your Google Maps API Key>"
  }
}

Development

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.