Skip to content

This project is a webpage using webpack, sass, service workers, and the MeaningCloud API to perform sentiment analysis on a text provided by the user. This project has been completed as part of the Udacity course on Front-End development.

Notifications You must be signed in to change notification settings

alex1ned/evaluate_news_nlp

Repository files navigation

Project: Evaluating News using NLP

This project uses webpack, sass, service workers, and the MeaningCloud API to perform sentiment analysis on a text provided by the user.

Start project

  • Fork the proejct and initiate own git repo.
  • Navigate to your project folder using your terminal.
  • Run npm install
  • Start the backend server npm start
  • Start the development server: npm run build-dev
  • npm run build-dev creates a minified production build in the dist folder
  • Run the jest tests: npm run test

Using the webpage

Upon starting the project, a webpage opens where you can entere your custom text in the input form. You can then submit the form and the sentiment analysis will be shown at the bottom fo the webpage.

About

This project is a webpage using webpack, sass, service workers, and the MeaningCloud API to perform sentiment analysis on a text provided by the user. This project has been completed as part of the Udacity course on Front-End development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published