susiejojo / VehiCO

Plan your next trip with the environment in mind 🌳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚌 VehiCO2 🚌

Saving the environment one trip at a time 🌳

VehiCO2 (pronounced Vehicle) is a webapp that aims to help users be more environmentally-conscious and make informed decisions by comparing the CO2 emission of different transportation modes for their trip. We also encourage users to take actions and contribute to sustainability efforts by providing a convenient way for them to neutralize their emission by donating to plant trees.


⭐ How VehiCO Works

Input origin and destination addresses πŸ“

We support address autocomplete for your input!

image.png

View Map Route and Trip Report for different transportation modes πŸš΄β€

You can view the distance, travel duration, and CO2 emission (in ton) based on your trip's origin and destination. To put your trip's CO2 emission into perspective, we also provided a chart comparing your trip's emission with other contexts! Once you decide on the transportation mode of your choice, you can get more detailed directions and routing by selecting Get Directions.

Screenshot-2020-12-07-225623.jpg

Neutralize your trip's carbon emission with an offset donation 🌲

In addition to helping you make more informed decisions of your choice of transportation mode, we also provided a convenient way for you to offset your carbon emission by donating to climate change organizations to plant trees!

image.png

πŸš€ Technology Stack:

  • Frontend:
  • Backend:
  • Version Control:
  • Deployment:

πŸ‘‰ Getting Started

  • Fork and clone the repo
$ git clone https://github.com/MLH-Fellowship/VehiCO.git
$ cd VehiCO

Frontend:

  • Install dependencies
$ cd client
$ npm install
  • Run the server and react app
$ npm run dev

Backend:

  • Install dependencies
$ cd server
$ npm install
  • Run the server
$ npm start

❀️ Contributing

If you have suggestions for how VehiCO could be improved, or want to report a bug, open an issue! Contributions of all kinds are welcomed!

For more, check out the Contributing Guide.

πŸ“„ License

MIT Β© 2020 MLH Fellowship

Made with ❀️ by Chau Vu and Dipanwita Guhathakurta during Sprint 5 of the MLH Fellowship Explorer Batch, Fall 2020.

About

Plan your next trip with the environment in mind 🌳

License:MIT License


Languages

Language:JavaScript 87.7%Language:HTML 7.9%Language:CSS 4.4%