This project was bootstrapped with Create React App.
Install all dependencies first.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
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.
- Divide into components
- Style chat messages
- Write tests