/react-chat-app

An app that allows users to send and receive messages on different tabs of the same browser.

Primary LanguageJavaScript

React Chat App

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.

Chat App

Available Scripts

How to Use:

In the directory of a clone copy of this app, you can run:

yarn Install

This intalls the application dependencies.

Then run:

yarn start

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

NB: Node Version : 14.17.0.