Skip to content

Ishitasharma0318/SentiChat_with_React.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentiChat with React.js

Overview

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.

Installation

Prerequisites

Ensure you have the following installed on your machine:

  • Node.js (v12 or above)
  • npm (Node Package Manager)

Steps to Run Locally

  1. Clone the repository:
    git clone https://github.com/harsha0602/SentiChat_with_React.js.git
  2. Navigate into the project directory:
cd SentiChat_with_React.js

3.Install dependencies:

npm install

4.Start the app:

npm start

Open your browser and visit http://localhost:3000 to use the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors