A simple chatting application built in React using Node.js and Socket.io
To learn concepts like react context and react hooks.
This project is still in alpha development stage so bugs and crashes are to be expected.
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
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.