Functionality

User can Register and Login to app using valid credentials

Search : conversations can search by contact name

Left sidebar:

  • Showing all the conversations created by user
  • Each conversation showing the contact name and some text of the last message in the chat
  • Create new conversation by register the new user
  • On clicking the selected contact open a pop up and load all the chats between them
  • On clicking the contact should start a new conversation (if no conversation was previously started). Or open the existing conversation for that contact.

Right Chat Panel

  • Showing the current selected conversation messages
  • Send a message in the conversation

Getting Started with Create React App

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!