Skip to content

Repository for the Group Project of the Intern Class of Summer 2020

Notifications You must be signed in to change notification settings

willyd332/EcoCart

 
 

Repository files navigation

Eco Cart

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.

Netlify Status

Dependencies

  • Node.js (12.18.0)

Install

Pull repo down:

git clone https://github.com/vigetlabs/EcoCart.git
cd EcoCart

Install packages:

npm install

Development

Starting Server:

npm start

And open up your favorite browser to http://localhost:8000

Automatically live-reloads on save

Linting

Uses eslint and prettier

Testing

TBD

Deployment

Netlify Status

About

Repository for the Group Project of the Intern Class of Summer 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 8.7%