Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@ This sample project demonstrates an interactive chat application built with the
* Visual Studio Code
* Node.js and React latest version

## Features
* **Interactive Chat Interface** - Real-time chat messaging with dynamic message updates
* **Bot Integration** - Automated bot response system for intelligent conversations
* **Responsive Layout** - Adapts seamlessly across desktop, tablet, and mobile devices
* **Customizable Toolbar** - Flexible header with custom actions and configurations
* **Splitter Navigation** - Split view layout for viewing multiple conversations simultaneously
* **Message Management** - Display and manage messages with user-friendly formatting
* **User-Friendly Design** - Intuitive interface designed for optimal user experience

## Project Structure
* `src/` - Source code directory containing React components
* `public/` - Static files including index.html and manifest
* `package.json` - Project dependencies and scripts configuration

## How to run the project
* Checkout this project to a location in your disk.
* Open the project file using Visual Studio 2022.
* Run commands npm install and npm start.
* Open the project file using Visual Studio Code.
* Run commands `npm install` and `npm start`.
* The application will launch in your default browser at `http://localhost:3000`
Loading