This project was bootstrapped with Create React App. It allows users to send and receive messages on chat. It utilizes JavaScript BroadcastChannel to share data between different tabs in a brower. It uses redux for state management and the chats are persisted to the localstorage using redux-persist.
How to Use:
In the directory of a clone copy of this app, you can run:
This intalls the application dependencies.
Then run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
NB: Node Version : 14.17.0.