Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 610 Bytes

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