maryaliceorr / travel-diary

0 stars 0 forks source link

Data #2

Open maryaliceorr opened 6 years ago

maryaliceorr commented 6 years ago

Story

When a developer looks at the data for this project it should contain the title of the project (Travel Diary) and it should have data around travel destinations the user wants to visit.

Acceptance Criteria

When: I look at the data I should be able to see the Id, destination, image, and description for each destination Then: that information should be placed in an array of objects And: that should be contained in a const And: there should be at least 5 destinations

Technical Notes

maryaliceorr commented 6 years ago

Object = { Id: “ “; Destination: “ “; Image: “ “; Description: “ “; }