https://github.com/kajaldeore04/realtime-chat-app
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.
https://github.com/kajaldeore04/realtime-chat-app
backend chatapp frontend fullstack javascript mern-stack messagingapp nodejs react realtimemessaging secure user-authentication websocket
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kajaldeore04/realtime-chat-app
- Owner: KajalDeore04
- Created: 2024-11-10T06:49:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T17:31:21.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:41:38.517Z (over 1 year ago)
- Topics: backend, chatapp, frontend, fullstack, javascript, mern-stack, messagingapp, nodejs, react, realtimemessaging, secure, user-authentication, websocket
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp

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
```js
PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...
```
### Build the app
```shell
npm run build
```
### Start the app
```shell
npm start
```