Single-page message board app built entirely with 🍨 Vanilla JS 🍨
- Message Board (this is our app container)
- init API dependency
- state
- event listener for
handleSearchSubmit- Interacts with API's
filterCommentsByText
- Interacts with API's
- event listener for
handleAddComment- Interacts with API's
addComment - Make sure to reset form!
- Interacts with API's
- Pass data down to Comments via
setAttribute
- Comments
- rerender on
commentsattribute change
- rerender on
- Comment
- CustomEvent for
removeComment
- CustomEvent for
