JavaScript News Aggregator Project
Project #4 of The Modern JavaScript Masterclass.
In this project, we will be building out a web application to search for news articles, display
them, and have the ability to bookmark articles for reading later. We will be working on both a
client and server component, learning to use third-party APIs like NewsAPI,
front-end libraries like UIkit, as well as continuing to practice with
the MVC design pattern and advanced DOM manipulation.
These are specific topics covered in this project: