From e6de0469c23003f598a3be93fa02561e762a791a Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 2 Nov 2022 05:12:27 -0400 Subject: [PATCH 1/3] Server and client side changes to implement the final project requirements --- sentimentAnalyzeClient/src/App.js | 154 +- sentimentAnalyzeClient/src/EmotionTable.js | 40 +- sentimentAnalyzeServer/package-lock.json | 3281 +++++++++++++---- sentimentAnalyzeServer/package.json | 4 +- .../sentimentAnalyzerServer.js | 146 +- 5 files changed, 2833 insertions(+), 792 deletions(-) diff --git a/sentimentAnalyzeClient/src/App.js b/sentimentAnalyzeClient/src/App.js index 4272931bba..e52d05d200 100644 --- a/sentimentAnalyzeClient/src/App.js +++ b/sentimentAnalyzeClient/src/App.js @@ -4,88 +4,92 @@ import EmotionTable from './EmotionTable.js'; import React from 'react'; class App extends React.Component { - /* - We are setting the component as a state named innercomp. - When this state is accessed, the HTML that is set as the - value of the state, will be returned. The initial input mode - is set to text - */ - state = {innercomp: