Skip to content

marisabrantley/beach-potluck-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beach Potluck Party Project

The project involved creating a guest list for a fictitious potluck, then randomly assigning dishes for the guests to bring along.

Objective

  • Use event handlers, function expressions, and querySelectorAll() to create a list of 8 guests maximum to invite to the potluck, as well as clear the input box.
  • Then use functions, a for...of loop, an array, and the Math object to randomly assign a dish to invitees.
  • Once the dishes are assigned, use the disabled property to prevent assigning dishes twice.

beach-party-invite

Launch

View the Beach Potluck Party Project here: https://marisabrantley.github.io/beach-potluck-party/

Class

Skillcrush, Break into Tech Blueprint

JavaScript Fundamentals