Table of Contents
This is a JavaScript project that implements:
- Click event handlers with conditional statements.
- Adding and removing CSS classes.
- for...of loops.
- Creating/displaying HTML elements.
- The
disabled
property for buttons.
This potluck needs some people and good food! Add some people to the guest list; once it's filled, dishes will be automatically assigned to each guest.
- HTML
- CSS
- JavaScript
This web page was crafted with vanilla code. No dependencies here!
All you need is a browser (to view/interact) and a text editor (to modify).
- Clone this repo and you're all set!
index.html
: structure and layout.styles.css
: design and aesthetics.script.js
: functionality.
There are no plans to implement additional features at this time.
This project is for learning/demonstration and is not being actively developed.
Distributed under the MIT License.
- Module 9: Scope
- Step 4 of 6: Assemble a Potluck Guest List
- Step 5 of 6: Assign a Potluck Dish
- normalize.css