Skip to content

Udacity Front End Nanodegree: Evaluate News Articles with NLP Project

Notifications You must be signed in to change notification settings

susansiow/udacity-evaluate-news-nlp-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Front End Nanodegree - Evaluate a News Article with Natural Language Processing

This News Article Evaluation with NLP (Natural Language Processing) project is submitted to Udacity for reviewing purposes.

1. Project Description

The goal of the project is to provide students the 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

2. Installation Guide

  • Download the app zip file
  • Unzip it from the desktop
  • Install node.js - https://nodejs.org/
  • Install all modules listed as dependencies in package.json; terminal command line - npm install
  • Run development environment; terminal command line - npm run build-dev
  • Run JEST testing; terminal command line - npm test
  • Run production environment and build/update dist folder; terminal command line - npm run build-prod
  • Run local server (http://localhost:8081/); terminal command line - npm run start

3. Author

About

Udacity Front End Nanodegree: Evaluate News Articles with NLP Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published