Skip to content

Commuter is a CO2 calculator that asks questions to determine a person's CO2 use in kilograms per year and also estimates your bill based on your residence. Based on your responses to the questions, our website sends you personalized tips and suggests the following steps to help you create a more sustainable environment.

Notifications You must be signed in to change notification settings

PNA-Tech/commuter-web

 
 

Repository files navigation

How to Run

Install dependencies with:

npm install

or pnpm install or yarn

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Commuter is a CO2 calculator that asks questions to determine a person's CO2 use in kilograms per year and also estimates your bill based on your residence. Based on your responses to the questions, our website sends you personalized tips and suggests the following steps to help you create a more sustainable environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 60.5%
  • TypeScript 35.8%
  • HTML 2.6%
  • JavaScript 1.1%