This is the client application of Samvad - A Chat App built with React + Vite.
- Real-time messaging using socket-io.
- Sending notifications if user is not online or chatting to other person.
- Showing green dot if users is online.
- Users can close the chat using close option given below the messages.
- Users can login/register if they are not logged in or a registered user.
- Users can search other users to start chat with the search option given and by clicking on the user name it will add the user to the chat section.
npm create vite@latest
npm install
npm run dev
npm run build