From e203aaf428d7deb56301d31cef5526ae97e4bf32 Mon Sep 17 00:00:00 2001 From: Mariana Date: Wed, 29 Nov 2017 00:00:57 -0800 Subject: [PATCH 1/4] can see the list of trips --- dist/index.html | 46 ++++++++++++++++++++++++++++++++ src/app.js | 43 ++++++++++++++++++++++++++--- src/app/collections/trip_list.js | 10 +++++++ src/app/models/details.js | 7 +++++ src/app/models/trip.js | 7 +++++ 5 files changed, 110 insertions(+), 3 deletions(-) create mode 100644 src/app/collections/trip_list.js create mode 100644 src/app/models/details.js create mode 100644 src/app/models/trip.js diff --git a/dist/index.html b/dist/index.html index b873b1e..d0d6ec3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -11,6 +11,52 @@
+
+

Trip Options!

+ + + + + + + + + + + +
NameContinentCategoryWeeksCost
+
+ + + + + +