Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabhraj43/real-time-chat-application
A Full Stack Chat Web Application using MERN Stack with all the functionalities.
https://github.com/rishabhraj43/real-time-chat-application
api-rest javascript mongodb nodejs reactjs ui-design
Last synced: about 2 months ago
JSON representation
A Full Stack Chat Web Application using MERN Stack with all the functionalities.
- Host: GitHub
- URL: https://github.com/rishabhraj43/real-time-chat-application
- Owner: RishabhRaj43
- Created: 2024-07-15T15:19:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:47:33.000Z (5 months ago)
- Last Synced: 2024-08-19T20:06:39.309Z (5 months ago)
- Topics: api-rest, javascript, mongodb, nodejs, reactjs, ui-design
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Project: A Real Time Chat App
Some Features:
1. Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
2. Authentication & Authorization with JWT
3. Real-time messaging with Socket.io
4. Online user status (Socket.io and React Context)
5. Global state management with Zustand
6. Error handling both on the server and on the client## Screenshots
- ***Signup Page***
- ***Login Page***
- ***Chat Page***
Build the App
```
npm run build
```Start the app
```
npm start
```