AmandaM04 / Travel

0 stars 0 forks source link

Data #2

Open AmandaM04 opened 6 years ago

AmandaM04 commented 6 years ago

Story

As a developer, in order to generate a Travel Diary I will need to gather a list of locations and allow people to input their own text. The diary entries should build up as the user continues to type in cards and submit their entries. Newest entries should appear at the bottom

Acceptance Criteria

When the developer pulls down the branch Then they should have a main.js file And they should have an array of objects that represent 6 different places And inside the location object, there should be a title, image and description

Technical Notes

main.js should be created const Location (Object) - Northern Cal, Jordan, Abu Dhabi, Tazania, South Korea, & Florida Fill all objects with sample data Print each of the objects to the DOM in a "card" that also has it's own input box and submit button.

Close #2

AmandaM04 commented 6 years ago

traveldiarypt2