An Application used for Chatting.
-
Login, Signup.
-
User Auth with JWT token.
-
Private Routes.
-
Single Chat.
-
Group Chat.
-
Create, update, delete Group Chat.
-
Responsive Layout.
-
User and Another Profile modals.
The project is currently in development Stage.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App in Your Browser:
localhost:3000
React, HTML, CSS, Javascript, Node, Express, MongoDB, JWT, Socket.io, and Some NPM Packages