This project is a live chat bot application built using React and TypeScript. It provides a simple interface for users to send and receive messages in real-time.
- Node.js (version 14 or higher)
- npm (Node Package Manager)
-
Clone the repository:
git clone <repository-url> cd live-chat-bot -
Install the dependencies:
npm install
To start the development server, run:
npm start
This will launch the application in your default web browser.
To create a production build, run:
npm run build
This will generate optimized files in the build directory.
Once the application is running, you can interact with the chat interface by sending messages through the input field. The chat window will display all messages in real-time.
Feel free to submit issues or pull requests to improve the project.
This project is licensed under the MIT License.