Karthik-Nayak98 / webchat

Browser chat app developed with node and react

Home Page:https://webchat-live.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebChat

webchat

licence react tailwind last-commit

πŸ“‹ Description


WebChat is instant group chatting application which has some features such as:

  • Join Any room
  • Create and delete a room
  • Send messages in room
  • AutoScroll chat
  • Display users in particular room.

πŸš€ Installation


  1. Install nodejs
  2. Clone project using the command git clone <repo-url>
  3. Navigate to client directory using cd client
  4. Install all the dependencies using npm install
  5. Navigate to server directory usingcd client
  6. Install all the dependencies using npm install
  7. Run the server using node index.js and run the client using npm start

πŸ–₯️ Technologies Used


πŸ“Έ Screenshots


HomePage ChatRoom CreateRoom

πŸ‘¨ Author Info


πŸ‘€ Karthik Nayak

πŸ“ License


Copyright Β© 2022 Karthik Nayak.
This project is MIT licensed.

About

Browser chat app developed with node and react

https://webchat-live.netlify.app/

License:MIT License


Languages

Language:JavaScript 92.0%Language:HTML 7.7%Language:CSS 0.3%