Realtime Chat App

This project is deployed on https://realtime-chat-personnel.herokuapp.com/

Demo

This is a Realtime Chat App in which user have to enter his username and select a Room in which he can do discusions.

Features

  • Options to choose a desired particular room for chating.

  • Useful for learning and focusing different concepts discused in chat room.

  • User also gets a bots who welcomes individually.

Tech Stacks

HTML
CSS
JAVASCRIPT
SOCKET.IO

How to set up locally

1. Fork the repository

Go to the project repository on Github and click on Fork button. On this forked copy you can try new ideas.

2. Clone the project

Get the link of your forked repository and clone the repoitory using git clone.

git clone https://github.com/<Github-Username>/Realtime-Chat-App.git

3. Change the directory

Navigate to the directory that contains the project.

cd Realtime-Chat-App

4. Create a new branch

Create a new branch for your work.

git checkout -b <branch-name>