SentiChat is a real-time sentiment analysis chat application developed using React.js. This application analyzes user input and provides real-time feedback on the sentiment (positive, neutral, or negative) of each message. It's designed to demonstrate how React.js can be used to build dynamic and interactive web applications with sentiment analysis features.
Ensure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/harsha0602/SentiChat_with_React.js.git
- Navigate into the project directory:
cd SentiChat_with_React.js3.Install dependencies:
npm install4.Start the app:
npm startOpen your browser and visit http://localhost:3000 to use the application.