Skip to content

A real-time chat application built with React, Node.js, and Express, featuring secure user authentication, instant messaging via Socket.io, and a responsive UI styled with Tailwind CSS and DaisyUI. State management is handled efficiently with Zustand to ensure smooth performance.

Notifications You must be signed in to change notification settings

KajalDeore04/Realtime-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

Demo App

Some Features:

  • 🌟 Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • 🎃 Authentication && Authorization with JWT
  • 👾 Real-time messaging with Socket.io
  • 🚀 Online user status (Socket.io and React Context)
  • 👌 Global state management with Zustand
  • 🐞 Error handling both on the server and on the client

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Build the app

npm run build

Start the app

npm start

About

A real-time chat application built with React, Node.js, and Express, featuring secure user authentication, instant messaging via Socket.io, and a responsive UI styled with Tailwind CSS and DaisyUI. State management is handled efficiently with Zustand to ensure smooth performance.

Topics

Resources

Stars

Watchers

Forks