/chat-ui

Chat UI interface using react for self training

Primary LanguageJavaScript

Getting Started with Chat UI

This project was bootstrapped with Create React App.

npm install

Install all dependencies first.

npm start

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

How to Chat:

You can select your friend from left panel. It displays 4 hard-coded friends.

On clicking chat history of that person will be shown if any

Use enter to send messages.

Upcoming Features and TODOs:

  1. Divide into components
  2. Style chat messages
  3. Write tests