Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.05 KB

Realtime-Chat-App

Realtime-Chat-App is a single-page app which allows users to join the same chat room and start a live chat. React is implemented to enable a smooth and user-friendly experience.

App UI

"Screenshot of app-ui"

User 1 joins a room

"Screenshot of create-a-room"

User 2 joins the same room

"Screenshot of join-the-room"

Live chat UI from user 1

"Screenshot of live-chat"

Live chat UI from user 2

"Screenshot of live-chat"

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start