Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 996 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 996 Bytes

Day Trip Generator

(5 points): As a developer, I want to make good, consistent commits.

(5 points): As a user, I want a destination to be randomly selected for my day trip.

(5 points): As a user, I want a restaurant to be randomly selected for my day trip.

(5 points): As a user, I want a mode of transportation to be randomly selected for my day trip.

(5 points): As a user, I want a form of entertainment to be randomly selected for my day trip.

(15 points): As a user, I want to be able to randomly re-select a destination, restaurant, mode of transportation, and/or form of entertainment if I don’t like one or more of those things.

(10 points): As a user, I want to be able to confirm that my day trip is “complete” once I like all of the random selections.

(10 points): As a user, I want to display my completed trip in the console/alert.

(5 points): As a developer, I want all of my functions to have a Single Responsibility. Remember, each function should do just one thing