xtbc17s1 / people-factory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Day 1

Homework

Add form values to .details using document.createElement and appendChild, instead of innerHTML.

Bonus Credit

Break out some of this functionality into a separate function.

Super Mega Bonus Credit

Do not hard-code the names of the fields in your JavaScript. Loop over all of the elements in the form.

Day 2

Megaroster

Baseline Goal

  • User can enter a name to be added to the roster.
  • Name will be added to the end of a list.

Bonus Credit

  • Create at most one global variable.

Mega Bonus Credit

  • Add names to the top of the list.

Super Mega Bonus Credit

  • Add a delete button to every list item that removes the name from the list when clicked.

Super Mega Bonus Credit Hyper Fighting

  • Add a promote button to every list item that changes the appearance (e.g. changes the background color, adds a border, etc.) of that item when clicked.

About


Languages

Language:HTML 36.8%Language:JavaScript 35.5%Language:CSS 27.7%