├── data ├── homes.json ├── reviews.json └── users.json └── resources ├── 12-resources.zip ├── 33-resources.zip └── 45-resources.zip /data/homes.json: -------------------------------------------------------------------------------- 1 | [ { 2 | "objectID":"a", 3 | "type": "CABIN", 4 | "title": "Cozy Cabin in the Woods", 5 | "description":"Need to get away? Then this is the cabin for you! Nestled in a large forest right inside Toronto, this spacious rustic abode offers amazing views of wildlife and nature through over 20 windows.\\nIt's a great place for hiking, mountain biking, and bird watching. In the winter, warm up in front of the wood burning fireplace with some hot chocolate from the nearby market.\\nIt's the perfect spot to relax. You can shop the local markets, take a dip in the hot tub or even wrestle a bear out back. Whatever your pleasure, you're sure to find peace and quiet in the hills of Toronto", 6 | "note": "In winter: it gets below -40 Fahrenheit, bring a parka. Chains on tires are highly recommended.", 7 | "reviewCount": 21, 8 | "reviewValue": 4.93, 9 | "features":[ 10 | "Coffee Maker", 11 | "Smoke Alarm", 12 | "Stove", 13 | "Wifi", 14 | "Toiletries", 15 | "Self Check-In", 16 | "Free Parking", 17 | "Washer / Dryer", 18 | "Bear Traps", 19 | "TV", 20 | "Kitchen" 21 | ], 22 | "pricePerNight": 139, 23 | "location": { 24 | "address": "179 Sheppard Ave E", 25 | "city": "North York", 26 | "state": "Onterio", 27 | "country": "Canada" 28 | }, 29 | "guests": 3, 30 | "bedrooms": 4, 31 | "beds": 3, 32 | "bathrooms": 2, 33 | "images": [ 34 | "https://images.unsplash.com/photo-1542718610-a1d656d1884c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80", 35 | "https://images.unsplash.com/photo-1514774849407-0bef2676db20?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80", 36 | "https://images.unsplash.com/photo-1484301548518-d0e0a5db0fc8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 37 | "https://images.unsplash.com/photo-1501685532562-aa6846b14a0e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 38 | "https://images.unsplash.com/photo-1585803114088-cd027272106a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" 39 | ], 40 | "host": { 41 | "name": "Megan", 42 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80", 43 | "note": "Hi my name is Megan. My husband Doug and I live on an old dairy farm just outside of town. We have 5 children. Four of them are in college.\\nThe fifth is in 8th grade. We are excited about getting a chance to travel. I work for a Caterpillar Company called Solar Turbines here in Toronto.\\nI love to meditate, fence, and snow shoe. Boy, this is a whole lot of filler text, my fingers are getting tired. Anyway, I hope your stay with us is a pleasant one. We strive to provide top notch service as a budget prices.", 44 | "reviewCount": 2, 45 | "reviewValue": 4.98, 46 | "joined": "2020-10-31T01:26:49+0000" 47 | }, 48 | "_geoloc": { 49 | "lat": 43.758773, 50 | "lng": -79.391785 51 | } 52 | }, 53 | { "objectID":"b", 54 | "type": "CABIN", 55 | "title": "Cozy Cabin in the Woods", 56 | "description":"Need to get away? Then this is the cabin for you! Nestled in a large forest right inside Toronto, this spacious rustic abode offers amazing views of wildlife and nature through over 20 windows.\\nIt's a great place for hiking, mountain biking, and bird watching. In the winter, warm up in front of the wood burning fireplace with some hot chocolate from the nearby market.\\nIt's the perfect spot to relax. You can shop the local markets, take a dip in the hot tub or even wrestle a bear out back. Whatever your pleasure, you're sure to find peace and quiet in the hills of Toronto", 57 | "note": "In winter: it gets below -40 Fahrenheit, bring a parka. Chains on tires are highly recommended.", 58 | "reviewCount": 21, 59 | "reviewValue": 4.93, 60 | "features":[ 61 | "Coffee Maker", 62 | "Smoke Alarm", 63 | "Stove", 64 | "Wifi", 65 | "Toiletries", 66 | "Self Check-In", 67 | "Free Parking", 68 | "Washer / Dryer", 69 | "Bear Traps", 70 | "TV", 71 | "Kitchen" 72 | ], 73 | "pricePerNight": 139, 74 | "location": { 75 | "address": "179 Sheppard Ave E", 76 | "city": "North York", 77 | "state": "Onterio", 78 | "country": "Canada" 79 | }, 80 | "guests": 3, 81 | "bedrooms": 4, 82 | "beds": 3, 83 | "bathrooms": 2, 84 | "images": [ 85 | "https://images.unsplash.com/photo-1542718610-a1d656d1884c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80", 86 | "https://images.unsplash.com/photo-1514774849407-0bef2676db20?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80", 87 | "https://images.unsplash.com/photo-1484301548518-d0e0a5db0fc8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 88 | "https://images.unsplash.com/photo-1501685532562-aa6846b14a0e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 89 | "https://images.unsplash.com/photo-1585803114088-cd027272106a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" 90 | ], 91 | "host": { 92 | "name": "Megan", 93 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80", 94 | "note": "Hi my name is Megan. My husband Doug and I live on an old dairy farm just outside of town. We have 5 children. Four of them are in college.\\nThe fifth is in 8th grade. We are excited about getting a chance to travel. I work for a Caterpillar Company called Solar Turbines here in Toronto.\\nI love to meditate, fence, and snow shoe. Boy, this is a whole lot of filler text, my fingers are getting tired. Anyway, I hope your stay with us is a pleasant one. We strive to provide top notch service as a budget prices.", 95 | "reviewCount": 2, 96 | "reviewValue": 4.98, 97 | "joined": "2020-10-31T01:26:49+0000" 98 | }, 99 | "_geoloc": { 100 | "lat": 43.758773, 101 | "lng": -79.391785 102 | } 103 | }, 104 | { "objectID":"c", 105 | "type": "CABIN", 106 | "title": "Cozy Cabin in the Woods", 107 | "description":"Need to get away? Then this is the cabin for you! Nestled in a large forest right inside Toronto, this spacious rustic abode offers amazing views of wildlife and nature through over 20 windows.\\nIt's a great place for hiking, mountain biking, and bird watching. In the winter, warm up in front of the wood burning fireplace with some hot chocolate from the nearby market.\\nIt's the perfect spot to relax. You can shop the local markets, take a dip in the hot tub or even wrestle a bear out back. Whatever your pleasure, you're sure to find peace and quiet in the hills of Toronto", 108 | "note": "In winter: it gets below -40 Fahrenheit, bring a parka. Chains on tires are highly recommended.", 109 | "reviewCount": 21, 110 | "reviewValue": 4.93, 111 | "features":[ 112 | "Coffee Maker", 113 | "Smoke Alarm", 114 | "Stove", 115 | "Wifi", 116 | "Toiletries", 117 | "Self Check-In", 118 | "Free Parking", 119 | "Washer / Dryer", 120 | "Bear Traps", 121 | "TV", 122 | "Kitchen" 123 | ], 124 | "pricePerNight": 139, 125 | "location": { 126 | "address": "179 Sheppard Ave E", 127 | "city": "North York", 128 | "state": "Onterio", 129 | "country": "Canada" 130 | }, 131 | "guests": 3, 132 | "bedrooms": 4, 133 | "beds": 3, 134 | "bathrooms": 2, 135 | "images": [ 136 | "https://images.unsplash.com/photo-1542718610-a1d656d1884c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80", 137 | "https://images.unsplash.com/photo-1514774849407-0bef2676db20?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80", 138 | "https://images.unsplash.com/photo-1484301548518-d0e0a5db0fc8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 139 | "https://images.unsplash.com/photo-1501685532562-aa6846b14a0e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 140 | "https://images.unsplash.com/photo-1585803114088-cd027272106a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" 141 | ], 142 | "host": { 143 | "name": "Megan", 144 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80", 145 | "note": "Hi my name is Megan. My husband Doug and I live on an old dairy farm just outside of town. We have 5 children. Four of them are in college.\\nThe fifth is in 8th grade. We are excited about getting a chance to travel. I work for a Caterpillar Company called Solar Turbines here in Toronto.\\nI love to meditate, fence, and snow shoe. Boy, this is a whole lot of filler text, my fingers are getting tired. Anyway, I hope your stay with us is a pleasant one. We strive to provide top notch service as a budget prices.", 146 | "reviewCount": 2, 147 | "reviewValue": 4.98, 148 | "joined": "2020-10-31T01:26:49+0000" 149 | }, 150 | "_geoloc": { 151 | "lat": 43.758773, 152 | "lng": -79.391785 153 | } 154 | }, 155 | { "objectID":"d", 156 | "type": "CABIN", 157 | "title": "Cozy Cabin in the Woods", 158 | "description":"Need to get away? Then this is the cabin for you! Nestled in a large forest right inside Toronto, this spacious rustic abode offers amazing views of wildlife and nature through over 20 windows.\\nIt's a great place for hiking, mountain biking, and bird watching. In the winter, warm up in front of the wood burning fireplace with some hot chocolate from the nearby market.\\nIt's the perfect spot to relax. You can shop the local markets, take a dip in the hot tub or even wrestle a bear out back. Whatever your pleasure, you're sure to find peace and quiet in the hills of Toronto", 159 | "note": "In winter: it gets below -40 Fahrenheit, bring a parka. Chains on tires are highly recommended.", 160 | "reviewCount": 21, 161 | "reviewValue": 4.93, 162 | "features":[ 163 | "Coffee Maker", 164 | "Smoke Alarm", 165 | "Stove", 166 | "Wifi", 167 | "Toiletries", 168 | "Self Check-In", 169 | "Free Parking", 170 | "Washer / Dryer", 171 | "Bear Traps", 172 | "TV", 173 | "Kitchen" 174 | ], 175 | "pricePerNight": 139, 176 | "location": { 177 | "address": "179 Sheppard Ave E", 178 | "city": "North York", 179 | "state": "Onterio", 180 | "country": "Canada" 181 | }, 182 | "guests": 3, 183 | "bedrooms": 4, 184 | "beds": 3, 185 | "bathrooms": 2, 186 | "images": [ 187 | "https://images.unsplash.com/photo-1542718610-a1d656d1884c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80", 188 | "https://images.unsplash.com/photo-1514774849407-0bef2676db20?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80", 189 | "https://images.unsplash.com/photo-1484301548518-d0e0a5db0fc8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 190 | "https://images.unsplash.com/photo-1501685532562-aa6846b14a0e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80", 191 | "https://images.unsplash.com/photo-1585803114088-cd027272106a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" 192 | ], 193 | "host": { 194 | "name": "Megan", 195 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1351&q=80", 196 | "note": "Hi my name is Megan. My husband Doug and I live on an old dairy farm just outside of town. We have 5 children. Four of them are in college.\\nThe fifth is in 8th grade. We are excited about getting a chance to travel. I work for a Caterpillar Company called Solar Turbines here in Toronto.\\nI love to meditate, fence, and snow shoe. Boy, this is a whole lot of filler text, my fingers are getting tired. Anyway, I hope your stay with us is a pleasant one. We strive to provide top notch service as a budget prices.", 197 | "reviewCount": 2, 198 | "reviewValue": 4.98, 199 | "joined": "2020-10-31T01:26:49+0000" 200 | }, 201 | "_geoloc": { 202 | "lat": 43.758773, 203 | "lng": -79.391785 204 | } 205 | } 206 | 207 | ] 208 | -------------------------------------------------------------------------------- /data/reviews.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "objectID": "a1", 3 | "homeId": "a", 4 | "reviewer":{ 5 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=1.9&w=100&h=100", 6 | "name": "Danielle" 7 | }, 8 | "rating": 5, 9 | "date": "2020-10-01T00:00:00-0400", 10 | "comment": "The home is spacious and comfortable, in a beautiful and quiet neighborhood. Just a few minute walk to the lake. Loved it!" 11 | }, 12 | { "objectID": "a2", 13 | "homeId": "a", 14 | "reviewer":{ 15 | "image": "https://images.unsplash.com/photo-1554384645-13eab165c24b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 16 | "name": "Alicia" 17 | }, 18 | "rating": 4, 19 | "date": "2020-10-02T00:00:00-0400", 20 | "comment": "Cute house in a nice neighborhood. Close to downtown and a few blocks from Sanders Beach which was really nice. A few minor notes—the neighbor is an early riser and started mowing the lawn right next to our bedroom windows at 7:30am. I also thought it was weird that we had to empty the dishwasher and take out all of the garbage before we checked out at 10am. I normally load and run the dishwasher before I leave but was unable to do so since the dishwasher had to be emptied and everything in it’s originally place. It’s minor but since the cleaning fee is more then I paid my maid for deep cleaning I would have thought I could load the dishwasher and run it and wouldn’t have to take the garbage out. Otherwise cute house, good neighborhood, clean, and comfy." 21 | }, 22 | { "objectID": "a3", 23 | "homeId": "a", 24 | "reviewer":{ 25 | "image": "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 26 | "name": "Stephen" 27 | }, 28 | "rating": 5, 29 | "date": "2020-10-04T00:00:00-0400", 30 | "comment": "This is a lovely mid-century modern house in a beautiful neighborhood. Easy to walk or bike to Tubbs Hill or Sherman street for restaurants and shopping. The house is sparkling clean and hosts were very responsive. Would definitely stay again." 31 | }, 32 | { 33 | "homeId": "a", 34 | "objectID": "a4", 35 | "reviewer":{ 36 | "image": "https://images.unsplash.com/photo-1605037627329-0252b8dd44ff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 37 | "name": "Lucas" 38 | }, 39 | "rating": 3, 40 | "date": "2020-10-07T00:00:00-0400", 41 | "comment": "The house looked exactly like the pictures and was extremely clean and welcoming. We really enjoyed ourselves. The location is perfect and close to everything!" 42 | }, 43 | { 44 | "homeId": "a", 45 | "objectID": "a5", 46 | "reviewer":{ 47 | "image": "https://images.unsplash.com/photo-1551069613-1904dbdcda11?ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 48 | "name": "Monique" 49 | }, 50 | "rating": 5, 51 | "date": "2020-10-09T00:00:00-0400", 52 | "comment": "Highly recommended great location chic & lovely home" 53 | }, 54 | { 55 | "homeId": "a", 56 | "objectID": "a6", 57 | "reviewer":{ 58 | "image": "https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=formatt&fit=facearea&facepad=2.3&w=100&h=100", 59 | "name": "Amaya" 60 | }, 61 | "rating": 4, 62 | "date": "2020-10-09T00:00:00-0400", 63 | "comment": "Nice home 2 blocks from beach. Good host" 64 | }, 65 | { 66 | "objectID": "b1", 67 | "homeId": "b", 68 | "reviewer":{ 69 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=1.9&w=100&h=100", 70 | "name": "Danielle" 71 | }, 72 | "rating": 5, 73 | "date": "2020-10-01T00:00:00-0400", 74 | "comment": "The home is spacious and comfortable, in a beautiful and quiet neighborhood. Just a few minute walk to the lake. Loved it!" 75 | }, 76 | { "objectID": "b2", 77 | "homeId": "b", 78 | "reviewer":{ 79 | "image": "https://images.unsplash.com/photo-1554384645-13eab165c24b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 80 | "name": "Alicia" 81 | }, 82 | "rating": 4, 83 | "date": "2020-10-02T00:00:00-0400", 84 | "comment": "Cute house in a nice neighborhood. Close to downtown and a few blocks from Sanders Beach which was really nice. A few minor notes—the neighbor is an early riser and started mowing the lawn right next to our bedroom windows at 7:30am. I also thought it was weird that we had to empty the dishwasher and take out all of the garbage before we checked out at 10am. I normally load and run the dishwasher before I leave but was unable to do so since the dishwasher had to be emptied and everything in it’s originally place. It’s minor but since the cleaning fee is more then I paid my maid for deep cleaning I would have thought I could load the dishwasher and run it and wouldn’t have to take the garbage out. Otherwise cute house, good neighborhood, clean, and comfy." 85 | }, 86 | { "objectID": "b3", 87 | "homeId": "b", 88 | "reviewer":{ 89 | "image": "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 90 | "name": "Stephen" 91 | }, 92 | "rating": 5, 93 | "date": "2020-10-04T00:00:00-0400", 94 | "comment": "This is a lovely mid-century modern house in a beautiful neighborhood. Easy to walk or bike to Tubbs Hill or Sherman street for restaurants and shopping. The house is sparkling clean and hosts were very responsive. Would definitely stay again." 95 | }, 96 | { 97 | "homeId": "b", 98 | "objectID": "b4", 99 | "reviewer":{ 100 | "image": "https://images.unsplash.com/photo-1605037627329-0252b8dd44ff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 101 | "name": "Lucas" 102 | }, 103 | "rating": 3, 104 | "date": "2020-10-07T00:00:00-0400", 105 | "comment": "The house looked exactly like the pictures and was extremely clean and welcoming. We really enjoyed ourselves. The location is perfect and close to everything!" 106 | }, 107 | { 108 | "homeId": "b", 109 | "objectID": "b5", 110 | "reviewer":{ 111 | "image": "https://images.unsplash.com/photo-1551069613-1904dbdcda11?ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 112 | "name": "Monique" 113 | }, 114 | "rating": 5, 115 | "date": "2020-10-09T00:00:00-0400", 116 | "comment": "Highly recommended great location chic & lovely home" 117 | }, 118 | { 119 | "homeId": "b", 120 | "objectID": "b6", 121 | "reviewer":{ 122 | "image": "https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=formatt&fit=facearea&facepad=2.3&w=100&h=100", 123 | "name": "Amaya" 124 | }, 125 | "rating": 4, 126 | "date": "2020-10-09T00:00:00-0400", 127 | "comment": "Nice home 2 blocks from beach. Good host" 128 | }, 129 | 130 | { 131 | "objectID": "c1", 132 | "homeId": "c", 133 | "reviewer":{ 134 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=1.9&w=100&h=100", 135 | "name": "Danielle" 136 | }, 137 | "rating": 5, 138 | "date": "2020-10-01T00:00:00-0400", 139 | "comment": "The home is spacious and comfortable, in a beautiful and quiet neighborhood. Just a few minute walk to the lake. Loved it!" 140 | }, 141 | { "objectID": "c2", 142 | "homeId": "c", 143 | "reviewer":{ 144 | "image": "https://images.unsplash.com/photo-1554384645-13eab165c24b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 145 | "name": "Alicia" 146 | }, 147 | "rating": 4, 148 | "date": "2020-10-02T00:00:00-0400", 149 | "comment": "Cute house in a nice neighborhood. Close to downtown and a few blocks from Sanders Beach which was really nice. A few minor notes—the neighbor is an early riser and started mowing the lawn right next to our bedroom windows at 7:30am. I also thought it was weird that we had to empty the dishwasher and take out all of the garbage before we checked out at 10am. I normally load and run the dishwasher before I leave but was unable to do so since the dishwasher had to be emptied and everything in it’s originally place. It’s minor but since the cleaning fee is more then I paid my maid for deep cleaning I would have thought I could load the dishwasher and run it and wouldn’t have to take the garbage out. Otherwise cute house, good neighborhood, clean, and comfy." 150 | }, 151 | { "objectID": "c3", 152 | "homeId": "c", 153 | "reviewer":{ 154 | "image": "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 155 | "name": "Stephen" 156 | }, 157 | "rating": 5, 158 | "date": "2020-10-04T00:00:00-0400", 159 | "comment": "This is a lovely mid-century modern house in a beautiful neighborhood. Easy to walk or bike to Tubbs Hill or Sherman street for restaurants and shopping. The house is sparkling clean and hosts were very responsive. Would definitely stay again." 160 | }, 161 | { 162 | "homeId": "c", 163 | "objectID": "c4", 164 | "reviewer":{ 165 | "image": "https://images.unsplash.com/photo-1605037627329-0252b8dd44ff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 166 | "name": "Lucas" 167 | }, 168 | "rating": 3, 169 | "date": "2020-10-07T00:00:00-0400", 170 | "comment": "The house looked exactly like the pictures and was extremely clean and welcoming. We really enjoyed ourselves. The location is perfect and close to everything!" 171 | }, 172 | { 173 | "homeId": "c", 174 | "objectID": "c5", 175 | "reviewer":{ 176 | "image": "https://images.unsplash.com/photo-1551069613-1904dbdcda11?ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 177 | "name": "Monique" 178 | }, 179 | "rating": 5, 180 | "date": "2020-10-09T00:00:00-0400", 181 | "comment": "Highly recommended great location chic & lovely home" 182 | }, 183 | { 184 | "homeId": "c", 185 | "objectID": "c6", 186 | "reviewer":{ 187 | "image": "https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=formatt&fit=facearea&facepad=2.3&w=100&h=100", 188 | "name": "Amaya" 189 | }, 190 | "rating": 4, 191 | "date": "2020-10-09T00:00:00-0400", 192 | "comment": "Nice home 2 blocks from beach. Good host" 193 | }, 194 | 195 | { 196 | "objectID": "d1", 197 | "homeId": "d", 198 | "reviewer":{ 199 | "image": "https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=1.9&w=100&h=100", 200 | "name": "Danielle" 201 | }, 202 | "rating": 5, 203 | "date": "2020-10-01T00:00:00-0400", 204 | "comment": "The home is spacious and comfortable, in a beautiful and quiet neighborhood. Just a few minute walk to the lake. Loved it!" 205 | }, 206 | { "objectID": "d2", 207 | "homeId": "d", 208 | "reviewer":{ 209 | "image": "https://images.unsplash.com/photo-1554384645-13eab165c24b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 210 | "name": "Alicia" 211 | }, 212 | "rating": 4, 213 | "date": "2020-10-02T00:00:00-0400", 214 | "comment": "Cute house in a nice neighborhood. Close to downtown and a few blocks from Sanders Beach which was really nice. A few minor notes—the neighbor is an early riser and started mowing the lawn right next to our bedroom windows at 7:30am. I also thought it was weird that we had to empty the dishwasher and take out all of the garbage before we checked out at 10am. I normally load and run the dishwasher before I leave but was unable to do so since the dishwasher had to be emptied and everything in it’s originally place. It’s minor but since the cleaning fee is more then I paid my maid for deep cleaning I would have thought I could load the dishwasher and run it and wouldn’t have to take the garbage out. Otherwise cute house, good neighborhood, clean, and comfy." 215 | }, 216 | { "objectID": "d3", 217 | "homeId": "d", 218 | "reviewer":{ 219 | "image": "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 220 | "name": "Stephen" 221 | }, 222 | "rating": 5, 223 | "date": "2020-10-04T00:00:00-0400", 224 | "comment": "This is a lovely mid-century modern house in a beautiful neighborhood. Easy to walk or bike to Tubbs Hill or Sherman street for restaurants and shopping. The house is sparkling clean and hosts were very responsive. Would definitely stay again." 225 | }, 226 | { 227 | "homeId": "d", 228 | "objectID": "d4", 229 | "reviewer":{ 230 | "image": "https://images.unsplash.com/photo-1605037627329-0252b8dd44ff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 231 | "name": "Lucas" 232 | }, 233 | "rating": 3, 234 | "date": "2020-10-07T00:00:00-0400", 235 | "comment": "The house looked exactly like the pictures and was extremely clean and welcoming. We really enjoyed ourselves. The location is perfect and close to everything!" 236 | }, 237 | { 238 | "homeId": "d", 239 | "objectID": "d5", 240 | "reviewer":{ 241 | "image": "https://images.unsplash.com/photo-1551069613-1904dbdcda11?ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 242 | "name": "Monique" 243 | }, 244 | "rating": 5, 245 | "date": "2020-10-09T00:00:00-0400", 246 | "comment": "Highly recommended great location chic & lovely home" 247 | }, 248 | { 249 | "homeId": "d", 250 | "objectID": "d6", 251 | "reviewer":{ 252 | "image": "https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=formatt&fit=facearea&facepad=2.3&w=100&h=100", 253 | "name": "Amaya" 254 | }, 255 | "rating": 4, 256 | "date": "2020-10-09T00:00:00-0400", 257 | "comment": "Nice home 2 blocks from beach. Good host" 258 | } 259 | ] -------------------------------------------------------------------------------- /data/users.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "objectID": "u1", 3 | "joined": "2018-11-04T00:00:00-0400", 4 | "name": "Amanda", 5 | "image": "https://images.unsplash.com/photo-1558898479-33c0057a5d12?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=1.9&w=100&h=100", 6 | "reviewCount": 32, 7 | "description": "I host with my husband Roger. We're usually in town and can answer any questions you may have. All of our properties are secure, clean, and within the metro area. Your 100% satisfaction is my goal, if there is anything I can do to make your stay better please let me know!", 8 | "homeId": ["a", "b"] 9 | }, 10 | { 11 | "objectID": "u2", 12 | "joined": "2019-04-14T00:00:00-0400", 13 | "name": "Snoop Dog", 14 | "image": "https://images.unsplash.com/photo-1536164261511-3a17e671d380?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 15 | "reviewCount": 142, 16 | "homeId": ["c"], 17 | "description":"I'm a trusty and loyal servant. I will be at your side 24x7 and will check up on you often. SQUIRREL! I love long walks and itching myself at the most awkward times. Your happiness, SQUIRREL, is my only goal. If you call and I don't answer it's because I'm taking my 4th nap of the day." 18 | }, 19 | { 20 | "objectID": "u3", 21 | "joined": "2014-08-19T00:00:00-0400", 22 | "name": "Seth", 23 | "image": "https://images.unsplash.com/photo-1531427186611-ecfd6d936c79?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=facearea&facepad=2.3&w=100&h=100", 24 | "reviewCount": 273, 25 | "homeId": ["d"], 26 | "description": "I split my time between my home in Vail and Fargo. I have been coming to the Vail area for about 12 years and am familiar with the area should you have any questions." 27 | } 28 | ] -------------------------------------------------------------------------------- /resources/12-resources.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasteringNuxt/NuxtBnB-course/c90eab7a810ab2abdfa6381f34f41163a3496f28/resources/12-resources.zip -------------------------------------------------------------------------------- /resources/33-resources.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasteringNuxt/NuxtBnB-course/c90eab7a810ab2abdfa6381f34f41163a3496f28/resources/33-resources.zip -------------------------------------------------------------------------------- /resources/45-resources.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasteringNuxt/NuxtBnB-course/c90eab7a810ab2abdfa6381f34f41163a3496f28/resources/45-resources.zip --------------------------------------------------------------------------------