Skip to content

Alasdair321/TreeTrip-JavaScript_Project

 
 

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 3000 so visit http://localhost:3000.

About

TreeTrip - Javascript Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 15.6%
  • HTML 3.5%