This repository is for the sentiment analysis application.
This is a sentiment analysis application built with modern web technologies. The frontend is developed using React.js, while the backend is powered by Node.js. The application allows users to input text and receive sentiment analysis results, indicating whether the sentiment is positive, negative, or neutral.
To run this project locally, follow these steps:
Open your terminal or command prompt and run the following command to clone the project to your local machine:
git clone https://github.com/Vishal-ctrl-sketch/sentiment-analysis-app.gitChange your current directory to the project directory:
cd sentiment-analysis-appMake sure you have Node.js installed on your machine. Install the required dependencies using npm:
npm installStart the application by running the following command:
npm run buildThen, start the server:
npm startThe application will be accessible at http://localhost:3000.
Open your web browser and navigate to http://localhost:3000 to access the application.
Once the application is running, you can enter text into the input field and click the "Analyze" button to see the sentiment analysis results. The application will display whether the sentiment is positive, negative, or neutral.
To stop the application, go back to your terminal or command prompt and press Ctrl + C.
This will terminate the server and stop the application.
P.S: The frontend works properly but the backend is not working fine. 😢