This web app was created for Xtern Bootcamp (Summer of 2018), and includes the features required by the homeworks below, in addition to:
- Input validation (in developement`).
- Displaying songs as a CD "mixtape".
- Make the button change the text of the heading (the
<h1>
).
- Add multiple headings to the page, and make the button change the second one. (Use a
class
or anid
.)
- Add a form to the page.
- Add a text input to the form.
- When the form is submitted, update the heading with the text that you type in the text input.
- Make sure it works when you press enter on the keyboard, not just when you click the button.
- Add a second field to the form.
- Display the value of that field in the list.
- Display the second field in a seperate HTML element than the flick name.
- See if you can then style each field differently.
- Use more than one function.
- In addition to building a list item and addin git to the DOM (as we are now), also store each flick in an array.
- Add a delete button to each list item that removes it from the list.
- Remove the flick from the array as well.
- Add a favorite button to each flick as well that lets you mark your favorites.
- Display favorites differntly.
- Be sure to the favorites are recorded appropriately in some way.