Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.05 KB

File metadata and controls

37 lines (26 loc) · 1.05 KB

Evaluate a News Article with Natural Language project

Table of Contents

Overview

The goal of this project is to give the student practice with:

  • Setting up Webpack
  • Sass styles
  • Webpack Loaders and Plugins
  • Creating layouts and page design
  • Service workers
  • Using APIs and creating requests to external urls

In order to develop this project, we are using the concept of Natural language processing and APIs created with the purpose of evaluating Natural language.

The students will use an API called MeaningCloud to determine various attributes of an article or blog post.

Style-Guide

See below for the Udacity Style Guide used thoroughout the Front End Nanodegree.

HOW-TO-START-UP-APP

  1. npm install
  2. npm run build-dev
  3. npm run build-prod
  4. npm start

Preview