Fake news (multipage, library)
The story so far
You have a BS template with some JS to load a navbar, and footer. You know how to make input fields, and buttons. You know how to tie JS code to events. You know how to validate. You know how to use variables to coordinate what happens across events. You know how to persist data, and erase persisted data when needed.
This lesson adds a few new things:
- An app with multiple pages.
- Generating HTML with JavaScript.
- Adding a library of utility functions copied from the web
Requirements
Goals
Our app will make a fake news feed.