项目作者: codingcourses

项目描述 :
JavaScript News Aggregator Project
高级语言: JavaScript
项目地址: git://github.com/codingcourses/javascript-news-aggregator-project.git


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.

Learning Goals

These are specific topics covered in this project:

  • NewsAPI
  • Building a REST API (with Node + Express)
  • UIkit
  • Asynchronous programming: fetch, async/await (ES8)
  • Environment variables