/baatein-karo

A simple chatting application built in React using Node.js and Socket.io

Primary LanguageJavaScript

realtime-chat-webapp

A simple chatting application built in React using Node.js and Socket.io

Motivation

To learn concepts like react context and react hooks.

In Development Stage

This project is still in alpha development stage so bugs and crashes are to be expected.

Installation

Prerequisites:

  • HTML
  • CSS
  • JavaScript

Clone the repo by running

git clone https://github.com/bhanukushwah/realtime-chat-webapp

Install all the node packages inside cloned directory by for client side

cd realtime-chat-webapp/client
yarn

for server side

cd realtime-chat-webapp/client
yarn

Start the node server

yarn run dev

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.