Skip to content

citizensclimateeducation/household_impact

Repository files navigation

Personal Carbon Dividend Calculator

This is an application built by Citizen's Climate Lobby that uses data from the Household Impact study to estimate the net impact of Carbon Fee and Dividend on an individual household.

Calculator
Project FAQ
How to use the calculator
Updates from previous version

Calculator Intro

Prerequisites

This application uses node.js > 9, and parcel

Installing

Instructions for Ubuntu:

// install nodejs and npm
> curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
> sudo apt install nodejs

// install build essentials needed by node-gyp
sudo apt install build-essential

// go to project directory and install node packages
> npm install

// run the app in demo mode
npm run start

Deployment

Build bundle file for deployment

npm run build

This will create a main.bundle.js file in the build/ folder

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Carbon fee and dividend impact calculator implemented in React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published