ancasimon / travel-diary

This project is an online journal that allows users to keep track of destinations on their bucket list and then capture diary entries when they actually get to visit these sites. It was further practice with using data from multiple collections in a Firebase database.
https://traveldiary-78295.web.app/#
1 stars 0 forks source link

Seed Data #4

Closed ancasimon closed 4 years ago

ancasimon commented 4 years ago

User Story

As a user, I want to see some data that appears by default on this site. Create an array of objects that represent places you've been or want to go. These objects should have a title, image and description. You need at least 5 unique objects in the array. Note: This is the destinations.json collection.

Note: I also added a diaryEntries.json file for a collection of a few diary entries in order to have a few of those by default too.

AC

WHEN THEN AND

Dev Notes