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.
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