heavsta / evaluate-news-nlp

Nanodegree Program - Front-end Developer - Project #4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP Text Analysis App Project

Overview

This project is part of the Udacity Front-end nanodegree.

The goal of this project is to give you 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

Configuration

We will be using the Aylien API during this project. My credentials are hidden in my local .env file. If you wish to run the app you will need to sign up and ask for an API key Once this is done, create the .env file and write so:

API_ID=yourApiID
API_KEY=yourApiKey

Installation

To install all the dependencies : npm i

Running

  1. npm run build-prod to build production files
  2. npm run build-dev to run webpack developer server
  3. npm run start to run local node server
  4. npm run test to test the app

Screenshot

This is what is should look like :

nlpScreen

About

Nanodegree Program - Front-end Developer - Project #4


Languages

Language:JavaScript 41.1%Language:HTML 37.7%Language:CSS 21.2%