Skip to content

ericxcross/treetrip_working_folder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeClan Week 9 Group Project

Alasdair Carstairs, Eric Cross, Myriam Boran

TreeTrip Javascript Project

Find out the number of trees required to absorb the released CO2 from your trip by selecting from the transport categories and providing the distance travelled.

Screenshot landing page Screenshot first category Screenshot second category Screenshot distance category Screenshot results Screenshot alternative options

Running the website locally:

Install dependencies:

npm install

Run a mongoDB server:

mongod

Seed the database:

mongo < server/db/seeds.js

Run webpack:

npm run build

Run express:

npm run server:dev

Using

The application is running on port 300 so visit http://localhost:3000.

About

CarbonTrip Javascript Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published