Eco Cart is a data visualaztion app that allows users to measure the environmental impact of their groceries. Drawing from this dataset, Eco Cart determines the environmental cost of certain grocery items based on their water usage, eutrophication, land usage, and carbon emissions.
- Node.js (12.18.0)
Pull repo down:
git clone https://github.com/vigetlabs/EcoCart.git
cd EcoCart
Install packages:
npm install
Starting Server:
npm start
And open up your favorite browser to http://localhost:8000
Automatically live-reloads on save
Uses eslint and prettier
TBD