Simple Chat Interface

Simple Chat Interface built via react and using api to post new chats and get all chats.

Prequistisive

Add TOKEN and AUTHOR name in config.js file before running the app.

// config.js file
....
export const TOKEN= 'MY_UNIQUE_TOKEN';
export const AUTHOR= 'YOUR_NAME';
....

Available Scripts

In the project directory, can run below command to run project:

yarn start

Screenshot

image